From b85bf79f9561a9c5fd3d6536070f9701288db613 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 14 Jan 2026 13:14:41 +0100 Subject: [PATCH] unused library removal --- changedetectionio/async_update_worker.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/changedetectionio/async_update_worker.py b/changedetectionio/async_update_worker.py index 49c0d828..e8b8ebd5 100644 --- a/changedetectionio/async_update_worker.py +++ b/changedetectionio/async_update_worker.py @@ -1,6 +1,4 @@ from blinker import signal -from flask_babel import gettext - from .processors.exceptions import ProcessorException import changedetectionio.content_fetchers.exceptions as content_fetchers_exceptions from changedetectionio.processors.text_json_diff.processor import FilterNotFoundInResponse @@ -10,7 +8,6 @@ from changedetectionio.flask_app import watch_check_update import asyncio import importlib import os -import queue import time from loguru import logger