fixed pylint warnings

Change-Id: Ibb3da77e9a53b7293a280659defc029416e30e3b
This commit is contained in:
Alexander Zaft
2022-11-08 07:53:34 +01:00
committed by Enrico Faulhaber
parent a928c95efd
commit c1eb764b09
26 changed files with 59 additions and 50 deletions

View File

@ -52,7 +52,7 @@ disable=missing-docstring
,unneeded-not
,unidiomatic-typecheck
,undefined-loop-variable
,consider-using-f-string
[REPORTS]
# Set the output format. Available formats are text, parseable, colorized, msvs