Skip to content

Commit

Permalink
Fixed typing bug in py38
Browse files Browse the repository at this point in the history
  • Loading branch information
cwognum committed Aug 23, 2023
1 parent 86d4519 commit e39e199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphium/cli/finetune_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@finetune_app.command(name="admet")
def benchmark_tdc_admet_cli(
overrides: list[str],
overrides: List[str],
name: Optional[List[str]] = None,
inclusive_filter: bool = True,
):
Expand Down

0 comments on commit e39e199

Please sign in to comment.