Skip to content

Commit

Permalink
upath.implementations: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Feb 23, 2024
1 parent dbe66d9 commit 8851138
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions upath/implementations/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@

class CloudPath(UPath):
__slots__ = ()
# _flavour = _FSSpecFlavour(
# join_prepends_protocol=True,
# supports_netloc=True,
# )

@classmethod
def _transform_init_args(
Expand Down
8 changes: 0 additions & 8 deletions upath/implementations/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@


class HTTPPath(UPath):
# _flavour = _FSSpecFlavour(
# join_like_urljoin=True,
# supports_empty_parts=True,
# supports_netloc=True,
# supports_query_parameters=True,
# supports_fragments=True,
# )
# _flavour = LazyFlavourDescriptor(_FSSpecFlavour)

@classmethod
def _transform_init_args(
Expand Down
3 changes: 0 additions & 3 deletions upath/implementations/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ def _check_listdir_works_on_files() -> bool:

class LocalPath(UPath):
__slots__ = ()
# _flavour = _FSSpecFlavour(
# posixpath_only=False,
# )

@property
def path(self):
Expand Down

0 comments on commit 8851138

Please sign in to comment.