Skip to content

Commit

Permalink
add return type annot to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalt committed Aug 27, 2022
1 parent 9730acc commit ab0914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rawdata/code/preproc/051-inspect_ica.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Config(BaseConfig):


@hydra.main(config_path="../configs/", config_name="051-inspect_ica")
def main(cfg: Config):
def main(cfg: Config) -> None:
prepare_script(logger, script_name=__file__)

logger.info("Loading and filtering raw data")
Expand Down

0 comments on commit ab0914c

Please sign in to comment.