Skip to content

Commit

Permalink
update: type-hinting
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Jun 2, 2019
1 parent 1bc7fca commit 638291e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
parser = argparse.ArgumentParser()


def add_arg_group(name):
def add_arg_group(name: str):
"""
:param name: A str. Argument group.
:return: An list. Arguments.
Expand Down

0 comments on commit 638291e

Please sign in to comment.