Remove no-else pylint excemptions

This commit is contained in:
Zedifus 2022-06-14 12:08:34 +01:00
parent 32427c3684
commit 034af1b10c

View File

@ -97,9 +97,6 @@ disable=abstract-method,
logging-fstring-interpolation, logging-fstring-interpolation,
logging-not-lazy, logging-not-lazy,
missing-docstring, missing-docstring,
no-else-break,
no-else-continue,
no-else-return,
no-value-for-parameter, no-value-for-parameter,
not-an-iterable, not-an-iterable,
protected-access, protected-access,