Skip to content

Commit

Permalink
Revert "Update local.py"
Browse files Browse the repository at this point in the history
This reverts commit 8e5b6a1.
  • Loading branch information
efiop committed Sep 14, 2023
1 parent 8e5b6a1 commit 1b0eb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dvc_objects/fs/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
logger = logging.getLogger(__name__)


# pylint:disable=abstract-method, arguments-differ, arguments-renamed
# pylint:disable=abstract-method, arguments-differ
class FsspecLocalFileSystem(fsspec.AbstractFileSystem):
sep = os.sep

Expand Down

0 comments on commit 1b0eb14

Please sign in to comment.