pylint: disable not-an-iterable warning (#65482)

This commit is contained in:
Valentin Deniaud 2022-05-31 18:35:14 +02:00
parent 9c3552472b
commit b81b8102e3
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ disable=
missing-module-docstring,
no-else-return,
no-member,
not-an-iterable,
non-parent-init-called,
not-callable,
possibly-unused-variable,