3
0
Fork 0

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

This commit is contained in:
Lance Edgar 2025-08-31 22:02:22 -05:00
parent 6c8a0f6d10
commit 0934c64809
3 changed files with 9 additions and 6 deletions

View file

@ -14,7 +14,6 @@ disable=fixme,
consider-using-set-comprehension,
dangerous-default-value,
duplicate-code,
import-outside-toplevel,
isinstance-second-argument-not-valid-type,
keyword-arg-before-vararg,
missing-function-docstring,