mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 13:48:28 +03:00
Remove raising exception in atlos_feeder_db_storage.py
This commit is contained in:
@@ -143,5 +143,5 @@ class AtlosFeederDbStorage(Feeder, Database, Storage):
|
|||||||
|
|
||||||
def uploadf(self, file: IO[bytes], key: str, **kwargs: dict) -> bool:
|
def uploadf(self, file: IO[bytes], key: str, **kwargs: dict) -> bool:
|
||||||
"""Upload a file-like object; not implemented."""
|
"""Upload a file-like object; not implemented."""
|
||||||
raise NotImplementedError("uploadf method is not implemented yet.")
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user