We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b64ca7 commit df5b6e9Copy full SHA for df5b6e9
backend/btrixcloud/storages.py
@@ -12,7 +12,6 @@
12
TYPE_CHECKING,
13
Any,
14
cast,
15
- Callable,
16
)
17
from urllib.parse import urlsplit
18
from contextlib import asynccontextmanager
@@ -887,7 +886,7 @@ def _parse_json(line) -> dict:
887
886
888
889
# ============================================================================
890
-def init_storages_api(org_ops: OrgOps, crawl_manager: CrawlManager, user_dep: Callable):
+def init_storages_api(org_ops, crawl_manager, user_dep):
891
"""API for updating storage for an org"""
892
893
storage_ops = StorageOps(org_ops, crawl_manager)
0 commit comments