diff --git a/upath/implementations/local.py b/upath/implementations/local.py index 63f17ad..e0fba45 100644 --- a/upath/implementations/local.py +++ b/upath/implementations/local.py @@ -185,6 +185,6 @@ def _from_parsed_parts(cls, drv, root, parts): _upath_init(obj) return obj - @property - def path(self) -> str: - return WindowsPath.as_posix(self) + @property + def path(self) -> str: + return WindowsPath.as_posix(self)