Projet

Général

Profil

0001-tests-remove-unused-import-70969.patch

Valentin Deniaud, 03 novembre 2022 14:48

Télécharger (645 octets)

Voir les différences:

Subject: [PATCH] tests: remove unused import (#70969)

 tests/conftest.py | 1 -
 1 file changed, 1 deletion(-)
tests/conftest.py
7 7
    import pathlib2 as pathlib
8 8

  
9 9
from django.contrib.auth import get_user_model
10
from django_rbac.utils import get_ou_model
11 10

  
12 11
User = get_user_model()
13 12
TEST_DIR = pathlib.Path(__file__).parent
14
-