diff --git a/dvc_gdrive/tests/cloud.py b/dvc_gdrive/tests/cloud.py index e019d6e..63383d2 100644 --- a/dvc_gdrive/tests/cloud.py +++ b/dvc_gdrive/tests/cloud.py @@ -103,6 +103,12 @@ def is_dir(self): def exists(self): raise NotImplementedError + def unlink(self, missing_ok: bool = False) -> None: + raise NotImplementedError + + def rmdir(self, recursive: bool = True) -> None: + raise NotImplementedError + @_gdrive_retry def mkdir(self, mode=0o777, parents=False, exist_ok=False): try: