chore: avoid star imports usage (#9123)

This commit is contained in:
Bowen Liang
2024-10-09 21:12:50 +08:00
committed by GitHub
parent cb35e84f51
commit b279d19040
2 changed files with 12 additions and 3 deletions

View File

@@ -45,8 +45,6 @@ ignore = [
"E721", # type-comparison
"E722", # bare-except
"E731", # lambda-assignment
"F403", # undefined-local-with-import-star
"F405", # undefined-local-with-import-star-usage
"F821", # undefined-name
"F841", # unused-variable
"FURB113", # repeated-append