Projet

Général

Profil

0027-misc-fix-useless-return-pylint-error-56288.patch

Lauréline Guérin, 30 août 2021 17:54

Télécharger (707 octets)

Voir les différences:

Subject: [PATCH 27/31] misc: fix useless-return pylint error (#56288)

 tests/conftest.py | 1 -
 1 file changed, 1 deletion(-)
tests/conftest.py
12 12
    for path in ('uploads', 'assets', 'page-pictures', 'pwa'):
13 13
        if os.path.exists(default_storage.path(path)):
14 14
            shutil.rmtree(default_storage.path(path))
15
    return None
16 15

  
17 16

  
18 17
@pytest.fixture
19
-