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
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user