mirror of
https://github.com/jo1gi/grawlix.git
synced 2026-03-27 13:49:58 -06:00
Fix typing error in argument function
This commit is contained in:
parent
a8fbb690ec
commit
fc0ba6fa97
@ -2,7 +2,7 @@ from grawlix import __version__
|
||||
|
||||
import argparse
|
||||
|
||||
def parse_arguments():
|
||||
def parse_arguments() -> argparse.Namespace:
|
||||
# Help
|
||||
parser = argparse.ArgumentParser(
|
||||
prog = "grawlix",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user