Skip to content

Commit 6eafcbf

Browse files
committed
Reformat
1 parent d220318 commit 6eafcbf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

backend/btrixcloud/storages.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,11 @@ def _parse_json(line) -> dict:
933933

934934
# ============================================================================
935935
def init_storages_api(
936-
org_ops: OrgOps, crawl_manager: CrawlManager, app: APIRouter, mdb, user_dep: Callable
936+
org_ops: OrgOps,
937+
crawl_manager: CrawlManager,
938+
app: APIRouter,
939+
mdb,
940+
user_dep: Callable,
937941
) -> StorageOps:
938942
"""API for updating storage for an org"""
939943

0 commit comments

Comments
 (0)