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 23f31ec commit 8d7888eCopy full SHA for 8d7888e
dvc_ssh/tests/cloud.py
@@ -59,6 +59,12 @@ def read_bytes(self):
59
with self._ssh.open(self.path, "rb") as fobj:
60
return fobj.read()
61
62
+ def unlink(self, missing_ok: bool = False) -> None:
63
+ raise NotImplementedError
64
+
65
+ def rmdir(self, recursive: bool = True) -> None:
66
67
68
@property
69
def fs_path(self):
70
return self.path
0 commit comments