Skip to content

Commit 36a18dc

Browse files
committed
fix imports
1 parent 33d6f2f commit 36a18dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dvc_gs/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import threading
22

3-
from funcy import cached_property, wrap_prop
4-
53
# pylint:disable=abstract-method
64
from dvc_objects.fs.base import ObjectFileSystem
5+
from funcy import cached_property, wrap_prop
76

87

98
class GSFileSystem(ObjectFileSystem):

0 commit comments

Comments
 (0)