Get rid of now broken cache

This commit is contained in:
Lonami Exo
2018-12-25 11:44:10 +01:00
parent 382106aafb
commit f73ae42a03
4 changed files with 13 additions and 75 deletions

View File

@@ -120,6 +120,8 @@ class Session(ABC):
"""
raise NotImplementedError
# TODO get rid of now useless cache
@abstractmethod
def cache_file(self, md5_digest, file_size, instance):
"""