pylint: disable import-outside-toplevel

All the cases highlighted by this checker are intentional.
This commit is contained in:
Marek Marczykowski-Górecki 2019-09-25 01:14:40 +02:00
parent a7c6897ba6
commit 3dd92faa0e
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -16,6 +16,7 @@ disable=
duplicate-code,
file-ignored,
fixme,
import-outside-toplevel,
locally-disabled,
locally-enabled,
logging-format-interpolation,