kopia lustrzana https://github.com/bellingcat/auto-archiver
Remove raising exception in atlos_feeder_db_storage.py
rodzic
40e5fe7a7e
commit
65109e377f
|
@ -143,5 +143,5 @@ class AtlosFeederDbStorage(Feeder, Database, Storage):
|
|||
|
||||
def uploadf(self, file: IO[bytes], key: str, **kwargs: dict) -> bool:
|
||||
"""Upload a file-like object; not implemented."""
|
||||
raise NotImplementedError("uploadf method is not implemented yet.")
|
||||
pass
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue