Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 12, 2024
1 parent 1f2402f commit 8cb3f52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/morefs/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
import fsspec


class OverlayFileSystem(
fsspec.AbstractFileSystem
): # pylint: disable=abstract-method
class OverlayFileSystem(fsspec.AbstractFileSystem): # pylint: disable=abstract-method
cachable = False

def __init__(self, *fses: fsspec.AbstractFileSystem, **kwargs):
Expand Down

0 comments on commit 8cb3f52

Please sign in to comment.