fi ximports

This commit is contained in:
dgtlmoon
2026-01-24 13:13:00 +01:00
parent 75db43fc09
commit a4357c7bb7
+1 -3
View File
@@ -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