We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d6f2f commit 36a18dcCopy full SHA for 36a18dc
dvc_gs/__init__.py
@@ -1,9 +1,8 @@
1
import threading
2
3
-from funcy import cached_property, wrap_prop
4
-
5
# pylint:disable=abstract-method
6
from dvc_objects.fs.base import ObjectFileSystem
+from funcy import cached_property, wrap_prop
7
8
9
class GSFileSystem(ObjectFileSystem):
0 commit comments