mirror of
https://github.com/jo1gi/grawlix.git
synced 2025-12-16 04:09:10 +00: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