Skip to content

Commit

Permalink
Merge pull request #40 from iterative/fix-pylint-error
Browse files Browse the repository at this point in the history
fix pylint error
  • Loading branch information
skshetry authored Aug 23, 2023
2 parents bac5504 + ea7dbfa commit 6e9e367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dvc_gs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
from typing import Iterator, List, Optional, Union

# pylint:disable=abstract-method
from dvc.utils.objects import cached_property
from dvc_objects.fs.base import AnyFSPath, ObjectFileSystem
from funcy import cached_property, wrap_prop
from funcy import wrap_prop

from .path import GSPath

Expand Down

0 comments on commit 6e9e367

Please sign in to comment.