From a4357c7bb772098864cd33c7bd0e38a8ac41fa61 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 24 Jan 2026 13:13:00 +0100 Subject: [PATCH] fi ximports --- changedetectionio/tests/conftest.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changedetectionio/tests/conftest.py b/changedetectionio/tests/conftest.py index 68f3dd036..702af2aa4 100644 --- a/changedetectionio/tests/conftest.py +++ b/changedetectionio/tests/conftest.py @@ -5,13 +5,11 @@ from threading import Thread import pytest import arrow -from changedetectionio import changedetection_app from changedetectionio import store import os import sys -from loguru import logger -from changedetectionio.flask_app import init_app_secret +from changedetectionio.flask_app import init_app_secret, changedetection_app from changedetectionio.tests.util import live_server_setup, new_live_server_setup # https://github.com/pallets/flask/blob/1.1.2/examples/tutorial/tests/test_auth.py