Skip to content

Commit

Permalink
add readable to ReadBytesWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Sep 4, 2023
1 parent 7e9f18a commit 577bb21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storages/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,6 @@ def read(self, *args, **kwargs):

def close(self):
self.file.close()

def readable(self):
return True

0 comments on commit 577bb21

Please sign in to comment.