Skip to content

Commit

Permalink
fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Apr 1, 2023
1 parent d167b7a commit 2b2ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/viasp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _get_program_string(path: Union[str, List[str]]) -> str:
return prg


def load_program_file(path: Union[str, list[str]], **kwargs) -> None:
def load_program_file(path: Union[str, List[str]], **kwargs) -> None:
r"""
Load a (non-ground) program file into the viasp backend
Expand Down

0 comments on commit 2b2ef10

Please sign in to comment.