Skip to content

Commit

Permalink
Update src/swell/utilities/render_jedi_interface_files.py
Browse files Browse the repository at this point in the history
Updated type hint to optional for consistency

Co-authored-by: Alexey Shiklomanov <[email protected]>
  • Loading branch information
mranst and ashiklom authored Sep 17, 2024
1 parent f4903b4 commit 5173bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swell/utilities/render_jedi_interface_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(
experiment_root: str,
experiment_id: str,
cycle_dir: Optional[str],
cycle_time: Union[Datetime, None],
cycle_time: Optional[Datetime],
jedi_interface: Optional[str] = None
) -> None:

Expand Down

0 comments on commit 5173bcb

Please sign in to comment.