Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 19, 2024
1 parent 1ac4cf0 commit 6a8e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/tests/abstract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
from fsspec.tests.abstract.copy import AbstractCopyTests # noqa: F401
from fsspec.tests.abstract.get import AbstractGetTests # noqa: F401
from fsspec.tests.abstract.open import AbstractOpenTests # noqa: F401
from fsspec.tests.abstract.put import AbstractPutTests # noqa: F401
from fsspec.tests.abstract.pipe import AbstractPipeTests # noqa: F401
from fsspec.tests.abstract.put import AbstractPutTests # noqa: F401


class BaseAbstractFixtures:
Expand Down

0 comments on commit 6a8e3f5

Please sign in to comment.