Skip to content

Commit

Permalink
upath.core: fix _default_accessor override error
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jan 30, 2024
1 parent 4f17e39 commit 6bb561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upath/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def _default_accessor(
)
return accessor

cls._default_accessor = _default_accessor
cls._default_accessor = staticmethod(_default_accessor)

@classmethod
def _fs_factory(
Expand Down

0 comments on commit 6bb561a

Please sign in to comment.