3
0
Fork 0

fix: fix 'cyclic-import' for pylint

This commit is contained in:
Lance Edgar 2025-08-31 21:57:55 -05:00
parent 0f66d24dd4
commit 055864eb4e
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ disable=fixme,
consider-using-generator,
consider-using-get,
consider-using-set-comprehension,
cyclic-import,
dangerous-default-value,
deprecated-method,
duplicate-code,