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 e4d7aab commit b0b1d43Copy full SHA for b0b1d43
backend/btrixcloud/storages.py
@@ -12,6 +12,7 @@
12
TYPE_CHECKING,
13
Any,
14
cast,
15
+ Callable,
16
)
17
from urllib.parse import urlsplit
18
from contextlib import asynccontextmanager
@@ -885,7 +886,7 @@ def _parse_json(line) -> dict:
885
886
887
888
# ============================================================================
-def init_storages_api(org_ops, crawl_manager, user_dep: Callable):
889
+def init_storages_api(org_ops: OrgOps, crawl_manager: CrawlManager, user_dep: Callable):
890
"""API for updating storage for an org"""
891
892
storage_ops = StorageOps(org_ops, crawl_manager)
0 commit comments