Skip to content

Commit

Permalink
fs: http: fix isfile method (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed Aug 4, 2022
1 parent ebee287 commit 805a716
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dvc_objects/fs/implementations/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 805a716

Please sign in to comment.