Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed May 29, 2024
1 parent 08adff8 commit 66bfbab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clinicadl/utils/config_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,3 @@ def get_type_from_config_class(arg: str, config: BaseModel) -> Any:
return click.Choice(list([option.value for option in type_]))
else:
return type_
# raise TypeError(f"the type {type_} is not supported for the argument {arg}.")

0 comments on commit 66bfbab

Please sign in to comment.