Skip to content

Commit

Permalink
pyLint: auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Nov 7, 2024
1 parent 11bde85 commit aedf7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from subprocess import run as bashrun



def varsgetter(files):
evars = ""
if files.is_file():
Expand Down Expand Up @@ -76,6 +75,7 @@ def update():
else:
print("Auto-update is disabled.")


try:
if __name__ == "__main__":
update()
Expand Down

0 comments on commit aedf7a9

Please sign in to comment.