Skip to content

Commit 2293416

Browse files
committed
fix: 修复 ruff import 排序错误
1 parent 70fabf5 commit 2293416

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.backend.pid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11302
1+
37092

.frontend.pid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11327
1+
37117

apps/api/app/api/v1/__init__.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
from fastapi import APIRouter
44

5-
from app.api.v1 import auth, chat, connections, export_import, history, models, schema, semantic, user_config
5+
from app.api.v1 import (
6+
auth,
7+
chat,
8+
connections,
9+
export_import,
10+
history,
11+
models,
12+
schema,
13+
semantic,
14+
user_config,
15+
)
616

717
api_router = APIRouter()
818

apps/web/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)