mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Updated for type hinting
This commit is contained in:
parent
f5a2d08376
commit
337691e3b1
2 changed files with 2 additions and 2 deletions
|
@ -774,7 +774,7 @@ class Argparse(Configs):
|
|||
self.usage.help_short(1)
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
args: list = sys.argv
|
||||
args.pop(0)
|
||||
|
||||
|
|
|
@ -259,7 +259,7 @@ class NewConfigs:
|
|||
raise SystemExit(output)
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
args: list = sys.argv
|
||||
args.pop(0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue