Skip to content

Commit

Permalink
Fix type hints for paths
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Nov 22, 2023
1 parent 3fc1042 commit d0e27da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/composites/_typing_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["PATH"]

PATH = Union[str, os.PathLike]
PATH = Union[str, os.PathLike[str]]

0 comments on commit d0e27da

Please sign in to comment.