Remove list directory from storage driver

This commit is contained in:
Jake Moshenko 2016-01-14 15:29:22 -05:00
parent 612098b645
commit 0b1951a4a4
5 changed files with 0 additions and 76 deletions

View file

@ -74,9 +74,6 @@ class BaseStorage(StoragePaths):
def stream_write(self, path, fp, content_type=None, content_encoding=None):
raise NotImplementedError
def list_directory(self, path=None):
raise NotImplementedError
def exists(self, path):
raise NotImplementedError