Skip to content

Commit

Permalink
Updating type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Jan 7, 2025
1 parent 10061e1 commit e94c242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fibad/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def resolve_runtime_config(runtime_config_filepath: Union[Path, str, None] = Non
return runtime_config_filepath


def create_results_dir(config: ConfigDict, postfix: Union[Path, str]) -> Path:
def create_results_dir(config: ConfigDict, postfix: str) -> Path:
"""Creates a results directory for this run.
Postfix is the verb name of the run e.g. (infer, train, etc)
Expand Down

0 comments on commit e94c242

Please sign in to comment.