diff --git a/ingestion/ingestion/storage/gcp.py b/ingestion/ingestion/storage/gcp.py index 07c67591..43938c5e 100644 --- a/ingestion/ingestion/storage/gcp.py +++ b/ingestion/ingestion/storage/gcp.py @@ -25,7 +25,7 @@ def blob(self, *_) -> Blob: return FakeBlob() # type:ignore def patch(self, *_): ... - def list_blobs(self, *_, **kwargs) -> Iterable[Any]: ... + def list_blobs(self, *_, **kwargs) -> Iterable[Any]: ... # type:ignore class RemoteStorage: