Skip to content

Commit

Permalink
use union
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 10, 2024
1 parent 4589570 commit b83351b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidsmreye/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

TEMPLATES_DIR = Path(__file__).parent / "templates"

SearchpathType = str | PathLike[str] | Iterable[str | PathLike[str]]
SearchpathType = Union[str | PathLike[str] | Iterable[str | PathLike[str]]]


def return_jinja_env(searchpath: Union[SearchpathType, None] = None) -> Environment:
Expand Down

0 comments on commit b83351b

Please sign in to comment.