mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18: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:
|
||||
"""Upload a file-like object; not implemented."""
|
||||
raise NotImplementedError("uploadf method is not implemented yet.")
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user