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