diff --git a/src/dvc_objects/fs/implementations/http.py b/src/dvc_objects/fs/implementations/http.py index 27980f2d..d2c78212 100644 --- a/src/dvc_objects/fs/implementations/http.py +++ b/src/dvc_objects/fs/implementations/http.py @@ -154,9 +154,6 @@ def find(self, *args, **kwargs): def isdir(self, *args, **kwargs): return False - def isfile(self, *args, **kwargs): - return True - def ls(self, *args, **kwargs): raise NotImplementedError