Projet

Général

Profil

0044-misc-fix-undefined-variable-pylint-error-62099.patch

Lauréline Guérin, 22 mars 2022 10:31

Télécharger (739 octets)

Voir les différences:

Subject: [PATCH 44/65] misc: fix undefined-variable pylint error (#62099)

 tests/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tests/settings.py
14 14
}
15 15

  
16 16
# include all contrib apps
17
INSTALLED_APPS += (
17
INSTALLED_APPS += (  # noqa pylint: disable=undefined-variable
18 18
    'passerelle.contrib.adict',
19 19
    'passerelle.contrib.caluire_axel',
20 20
    'passerelle.contrib.dpark',
21
-