Skip to content

Commit 03c5282

Browse files
committed
fix imports
1 parent 3c60826 commit 03c5282

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dvc_ssh/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
import os.path
33
import threading
44

5+
from dvc_objects.fs.base import FileSystem
6+
from dvc_objects.fs.callbacks import DEFAULT_CALLBACK
7+
from dvc_objects.fs.utils import as_atomic
58
from funcy import cached_property, memoize, silent, wrap_prop, wrap_with
69

7-
from ..base import FileSystem
8-
from ..callbacks import DEFAULT_CALLBACK
9-
from ..utils import as_atomic
10-
1110
DEFAULT_PORT = 22
1211

1312

0 commit comments

Comments
 (0)