Skip to content

Commit

Permalink
Added docstring and typing info.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-costas committed Mar 30, 2020
1 parent c790456 commit ef72d8a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion experiments/experiment_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ def do_process(settings_path: Optional[Union[Path, None]] = None,
model_class=model)


def main():
def main() \
-> None:
"""Main entry point.
"""
date_and_time()

arg_parser = get_argument_parser()
Expand Down

0 comments on commit ef72d8a

Please sign in to comment.