From 3b9d320a80932b411362dd9eb3413b136e0e6174 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 21 Oct 2023 13:00:14 -0700 Subject: [PATCH] Remove unused imports --- babybuddy/tests/tests_home_assistant.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/babybuddy/tests/tests_home_assistant.py b/babybuddy/tests/tests_home_assistant.py index d8743f6f..f9e74dda 100644 --- a/babybuddy/tests/tests_home_assistant.py +++ b/babybuddy/tests/tests_home_assistant.py @@ -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): """