diff --git a/taiga/base/models.py b/taiga/base/models.py index 90d40912..9cb0cd80 100644 --- a/taiga/base/models.py +++ b/taiga/base/models.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -from django.db.models import Q - # Patch api view for correctly return 401 responses on # request is authenticated instead of 403 from . import monkey