fix: test_duplication_api.py black格式化
Deploy / Staging E2E Tests (push) Has been skipped
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Deploy Staging (push) Failing after 134h12m36s
CI/CD Pipeline / Frontend Lint (push) Failing after 134h12m48s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 134h12m48s

This commit is contained in:
xiaoxia
2026-07-03 22:41:41 +08:00
parent e8fb3a80f1
commit e63b0f6e45
+6 -1
View File
@@ -384,7 +384,12 @@ import importlib.util
_route_path = os.path.join(
os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))),
"apps", "api", "app", "api", "routes", "duplication.py"
"apps",
"api",
"app",
"api",
"routes",
"duplication.py",
)
_spec = importlib.util.spec_from_file_location(
"app.api.routes.duplication",