refactor: Remove unused code

Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
This commit is contained in:
nothingbutlucas 2024-04-24 00:34:08 -03:00
parent 7159e6a523
commit 794a5f4401
No known key found for this signature in database
GPG Key ID: 31DE05DB3B0D9074
1 changed files with 0 additions and 11 deletions

View File

@ -577,17 +577,6 @@ def main():
pass
exit(31)
if True:
pass
elif False:
pass
else:
print("")
parser.print_help()
print("")
except KeyboardInterrupt:
print("")
exit(255)