pylint: disable import-outside-toplevel

All the cases highlighted by this checker are intentional.
Cette révision appartient à :
Marek Marczykowski-Górecki 2019-09-25 01:14:40 +02:00
Parent a7c6897ba6
révision 3dd92faa0e
Signature inconnue de Gitea
ID de la clé GPG: 063938BA42CFA724

Voir le fichier

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