Skip to content

Commit 85057aa

Browse files
committed
fix(lint): tools/configure.py import 排序(修 CI ruff I001)
CI 的 ruff check . 检查全仓库(不只 custom/),configure.py 的 import 块未排序;ruff --fix 修。pyright 0 错。
1 parent e2bad4e commit 85057aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/configure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
from pathlib import Path
2-
31
import shutil
2+
from pathlib import Path
43

54
assets_dir = Path(__file__).parent.parent
65

0 commit comments

Comments
 (0)