diff --git a/bidsmreye/report.py b/bidsmreye/report.py index c4123dd..bfa25fd 100644 --- a/bidsmreye/report.py +++ b/bidsmreye/report.py @@ -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: