3
0
Fork 0

fix: fix 'super-init-not-called' for pylint

This commit is contained in:
Lance Edgar 2025-09-01 10:48:29 -05:00
parent 2bcdeb42cd
commit 2624f9dce8
2 changed files with 1 additions and 2 deletions

View file

@ -11,6 +11,5 @@ disable=fixme,
missing-function-docstring,
missing-module-docstring,
no-member,
super-init-not-called,
too-many-locals,
too-many-nested-blocks,