Skip to content

Commit

Permalink
fix typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jan 26, 2024
1 parent 08d7ac3 commit f6718b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions upath/implementations/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from urllib.parse import SplitResult

import upath.core
from upath.core import PT


class _MemoryAccessor(upath.core._FSSpecAccessor):
Expand Down Expand Up @@ -47,7 +46,7 @@ def _from_parts(cls, args, url=None, **kwargs):

@classmethod
def _format_parsed_parts(
cls: type[PT],
cls,
drv: str,
root: str,
parts: list[str],
Expand Down

0 comments on commit f6718b4

Please sign in to comment.