Remove raising exception in atlos_feeder_db_storage.py

pull/226/head
erinhmclark 2025-03-07 15:39:15 +00:00
rodzic 40e5fe7a7e
commit 65109e377f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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