From 5f61dd3ae1d6d1c64360eb5e3316d6445951d504 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Thu, 28 Jan 2016 16:52:11 +0100 Subject: [PATCH] hobo/rest_authentication: remove useless import (#8896) --- hobo/rest_authentication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hobo/rest_authentication.py b/hobo/rest_authentication.py index 90bd100..06816a6 100644 --- a/hobo/rest_authentication.py +++ b/hobo/rest_authentication.py @@ -4,7 +4,6 @@ from rest_framework import authentication, exceptions from hobo import signature -from authentic2.saml import models as saml_models from django.contrib.auth import get_user_model from django.conf import settings from django.contrib.auth.models import AnonymousUser -- 2.7.0.rc3