Pylint: ignore not-an-iterable

This commit is contained in:
Adrián Chaves 2019-12-19 12:44:52 +01:00 committed by GitHub
parent 8c5a8a02ae
commit c7f9b955bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ disable=abstract-method,
no-self-argument,
no-self-use,
no-value-for-parameter,
not-an-iterable,
not-callable,
pointless-statement,
pointless-string-statement,