Projet

Général

Profil

0001-hobo-rest_authentication-remove-useless-import-8896.patch

Thomas Noël, 28 janvier 2016 16:52

Télécharger (768 octets)

Voir les différences:

Subject: [PATCH] hobo/rest_authentication: remove useless import (#8896)

 hobo/rest_authentication.py | 1 -
 1 file changed, 1 deletion(-)
hobo/rest_authentication.py
4 4

  
5 5
from hobo import signature
6 6

  
7
from authentic2.saml import models as saml_models
8 7
from django.contrib.auth import get_user_model
9 8
from django.conf import settings
10 9
from django.contrib.auth.models import AnonymousUser
11
-