Skip to content

Commit

Permalink
upath.implementations.webdav: remove obsolete accessor shim
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Sep 3, 2024
1 parent 50bd74e commit 07fb39f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions upath/implementations/webdav.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from fsspec.registry import known_implementations
from fsspec.registry import register_implementation

from upath._compat import FSSpecAccessorShim as _FSSpecAccessorShim
from upath._compat import str_remove_prefix
from upath._compat import str_remove_suffix
from upath.core import UPath
Expand All @@ -24,10 +23,6 @@
register_implementation("webdav", webdav4.fsspec.WebdavFileSystem)


# accessors are deprecated
_WebdavAccessor = _FSSpecAccessorShim


class WebdavPath(UPath):
__slots__ = ()

Expand Down

0 comments on commit 07fb39f

Please sign in to comment.