Skip to content

Commit df5b6e9

Browse files
committed
Revert typing
1 parent 6b64ca7 commit df5b6e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/btrixcloud/storages.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
TYPE_CHECKING,
1313
Any,
1414
cast,
15-
Callable,
1615
)
1716
from urllib.parse import urlsplit
1817
from contextlib import asynccontextmanager
@@ -887,7 +886,7 @@ def _parse_json(line) -> dict:
887886

888887

889888
# ============================================================================
890-
def init_storages_api(org_ops: OrgOps, crawl_manager: CrawlManager, user_dep: Callable):
889+
def init_storages_api(org_ops, crawl_manager, user_dep):
891890
"""API for updating storage for an org"""
892891

893892
storage_ops = StorageOps(org_ops, crawl_manager)

0 commit comments

Comments
 (0)