refactor(api): replace test fixture side-effect imports (#34421)

This commit is contained in:
99
2026-04-02 12:55:15 +08:00
committed by GitHub
parent 993a301468
commit cd406d2794
35 changed files with 105 additions and 58 deletions

View File

@@ -115,12 +115,6 @@ ignore = [
"controllers/console/human_input_form.py" = ["TID251"]
"controllers/web/human_input_form.py" = ["TID251"]
[lint.pyflakes]
allowed-unused-imports = [
"tests.integration_tests",
"tests.unit_tests",
]
[lint.flake8-tidy-imports]
[lint.flake8-tidy-imports.banned-api."flask_restx.reqparse"]