Skip to content

Commit

Permalink
ref: remove fsspec references
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 31, 2024
1 parent 0b4825f commit 386ff3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dclab/rtdc_dataset/fmt_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self,
"""Access RT-DC measurements via HTTP
This is essentially just a wrapper around :class:`.RTDC_HDF5`
with `fsspec` passing a file object to h5py.
with :class:`.HTTPFile` passing a file object to h5py.
Parameters
----------
Expand Down Expand Up @@ -68,7 +68,7 @@ def load_dataset(self, location, **kwargs):
return h5file

def is_available(self):
"""Check for fsspec and object availability
"""Check for `requests` and object availability
Caching policy: Once this method returns True, it will always
return True.
Expand Down
1 change: 0 additions & 1 deletion tests/test_rtdc_fmt_dcor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@


pytest.importorskip("requests")
pytest.importorskip("fsspec")


with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s:
Expand Down

0 comments on commit 386ff3d

Please sign in to comment.