mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
remove unused imports
This commit is contained in:
parent
0f796e8a7a
commit
f7ea5b63a4
1 changed files with 0 additions and 3 deletions
|
|
@ -3,11 +3,8 @@ import string
|
|||
import time
|
||||
from unittest.mock import patch
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
from django.contrib.auth.models import AnonymousUser, User
|
||||
from django.contrib.sessions.backends.db import SessionStore
|
||||
from django.db.models import Q
|
||||
from django.http import HttpRequest, HttpResponse
|
||||
from django.test.client import RequestFactory
|
||||
from django.test.testcases import TestCase
|
||||
|
|
|
|||
Loading…
Reference in a new issue