Skip to content

Commit

Permalink
allow use of s3fs when fsspec is mediated by a LazyLoader (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-beedie committed Nov 9, 2022
1 parent e06d875 commit 6c39950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3fs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

from urllib3.exceptions import IncompleteRead

import fsspec # noqa: F401
from fsspec.spec import AbstractBufferedFile
from fsspec.utils import infer_storage_options, tokenize, setup_logging as setup_logger
from fsspec.asyn import (
Expand Down

0 comments on commit 6c39950

Please sign in to comment.