diff --git a/src/viv/viv.py b/src/viv/viv.py index 1564bdf..887951c 100755 --- a/src/viv/viv.py +++ b/src/viv/viv.py @@ -49,10 +49,9 @@ from typing import ( TextIO, Tuple, Type, - Union, ) -__version__ = "22.12a3-61-g43e5bde-dev" +__version__ = "22.12a3-62-g03b75ec-dev" @dataclass @@ -880,7 +879,7 @@ class Viv: ) def _get_sources(self) -> None: - self.local_source: Union[Path, str] + self.local_source: Path | str self.running_source = Path(__file__).resolve() self.local = not str(self.running_source).startswith("/proc/") if self.local: