Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hhuuggoo committed Mar 14, 2024
1 parent 03a10f4 commit 49c37b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ disable=
useless-return,
wrong-import-order,
wrong-import-position,
consider-using-min-builtin,
consider-using-max-builtin,
2 changes: 1 addition & 1 deletion saturnfs/client/saturnfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from fsspec.caching import BaseCache
from fsspec.callbacks import Callback, NoOpCallback
from fsspec.core import split_protocol
from fsspec.generic import GenericFileSystem, rsync
from fsspec.generic import GenericFileSystem
from fsspec.implementations.local import LocalFileSystem, make_path_posix
from fsspec.registry import register_implementation
from fsspec.spec import AbstractBufferedFile, AbstractFileSystem, _Cached
Expand Down

0 comments on commit 49c37b0

Please sign in to comment.