mirror of https://github.com/snachodog/mybuddy.git
Remove unused imports
This commit is contained in:
parent
0f7c49b4f1
commit
3b9d320a80
|
@ -1,15 +1,12 @@
|
|||
import json
|
||||
|
||||
from django.test import TestCase, override_settings, tag
|
||||
from django.test import TestCase
|
||||
from django.test import Client as HttpClient
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.core import mail
|
||||
from django.core.management import call_command
|
||||
|
||||
from faker import Faker
|
||||
|
||||
from babybuddy.views import UserUnlock
|
||||
|
||||
|
||||
class HomeAssistantMiddlewareTestCase(TestCase):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue