Remove raising exception in atlos_feeder_db_storage.py

This commit is contained in:
erinhmclark
2025-03-07 15:39:15 +00:00
parent 40e5fe7a7e
commit 65109e377f

View File

@@ -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