Skip to content

Commit

Permalink
rm lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Nov 14, 2024
1 parent 97e7682 commit 7b8b708
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ngio/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
TimeUnits,
)

try:
from dask.distributed import Lock
except ImportError:
Lock = None


def get_fsspec_http_store(
url: str, client_kwargs: dict | None = None
Expand Down

0 comments on commit 7b8b708

Please sign in to comment.