Skip to content

Commit e1ce0c1

Browse files
authored
fixtures: Update dvc.fs import
1 parent 03c5282 commit e1ce0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc_ssh/tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def ssh_connection(ssh_server):
5454
@pytest.fixture
5555
def make_ssh(ssh_server, monkeypatch):
5656
def _make_ssh():
57-
from dvc.fs import SSHFileSystem
57+
from dvc_ssh import SSHFileSystem
5858

5959
# NOTE: see http://github.com/iterative/dvc/pull/3501
6060
monkeypatch.setattr(SSHFileSystem, "CAN_TRAVERSE", False)

0 commit comments

Comments
 (0)