Skip to content

Commit

Permalink
Fix tests failing
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Sep 11, 2024
1 parent a1ee1e8 commit e07509c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/styxdefs/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
import shlex
import typing

if typing.TYPE_CHECKING:
InputPathType = pathlib.Path | str
"""Input host file type."""
OutputPathType = pathlib.Path
"""Output host file type."""
else:
InputPathType = OutputPathType = None
InputPathType = pathlib.Path | str
"""Input host file type."""
OutputPathType = pathlib.Path
"""Output host file type."""


class Execution(typing.Protocol):
Expand Down

0 comments on commit e07509c

Please sign in to comment.