3
0
Fork 0

fix: fix 'wrong-import-order' for pylint

This commit is contained in:
Lance Edgar 2025-08-30 19:12:54 -05:00
parent e845c66d86
commit 1f4f613b62
2 changed files with 2 additions and 1 deletions

View file

@ -19,3 +19,4 @@ enable=anomalous-backslash-in-string,
unspecified-encoding,
unused-argument,
unused-import,
wrong-import-order,