3
0
Fork 0

fix: fix 'import-outside-toplevel' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 11:17:24 -05:00
parent a6bb538ce9
commit 8ede2fc406
6 changed files with 42 additions and 33 deletions

View file

@ -4,7 +4,6 @@
disable=
attribute-defined-outside-init,
fixme,
import-outside-toplevel,
too-many-arguments,
too-many-branches,
too-many-locals,