From 7c9a2bfcbeeef8bf981b5cb104afa18428ea78ae Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@startinblox.com>
Date: Mon, 21 Oct 2024 11:20:41 +0200
Subject: [PATCH] fix: import

---
 djangoldp_account/auth/backends.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/djangoldp_account/auth/backends.py b/djangoldp_account/auth/backends.py
index df652de..bcb0dd1 100644
--- a/djangoldp_account/auth/backends.py
+++ b/djangoldp_account/auth/backends.py
@@ -2,7 +2,7 @@ import json
 import requests
 
 from django.contrib.auth import get_user_model
-from django.contrib.auth.backends import ModelBackend
+from django.contrib.auth.backends import AllowAllUsersModelBackend, ModelBackend
 from django.core.exceptions import ValidationError
 from rest_framework.exceptions import AuthenticationFailed
 from rest_framework import status
-- 
GitLab