Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 591950a

Browse files
committed
ruff fixes
1 parent 606c558 commit 591950a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

backend/graphrag_app/api/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
get_blob_container_client,
3131
get_cosmos_container_store_client,
3232
sanitize_name,
33-
update_cache,
3433
subscription_key_check,
34+
update_cache,
3535
)
3636

3737
data_route = APIRouter(

backend/graphrag_app/utils/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
import traceback
88
from hashlib import sha256
99
from io import StringIO
10-
from typing import BinaryIO
11-
from typing import Annotated
10+
from typing import Annotated, BinaryIO
1211

1312
import pandas as pd
1413
from azure.core.exceptions import ResourceNotFoundError

0 commit comments

Comments
 (0)