From 95380cbd20ff7bc9cd24b9e747705fd01da779d0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 27 Oct 2025 12:28:15 +0100 Subject: [PATCH] unused --- changedetectionio/processors/text_json_diff/processor.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changedetectionio/processors/text_json_diff/processor.py b/changedetectionio/processors/text_json_diff/processor.py index 3db6b5d8..294dbd0a 100644 --- a/changedetectionio/processors/text_json_diff/processor.py +++ b/changedetectionio/processors/text_json_diff/processor.py @@ -7,11 +7,10 @@ import re import urllib3 from changedetectionio.conditions import execute_ruleset_against_all_plugins -from changedetectionio.diff import ADDED_PLACEMARKER_OPEN from changedetectionio.processors import difference_detection_processor from changedetectionio.html_tools import PERL_STYLE_REGEX, cdata_in_document_to_text, TRANSLATE_WHITESPACE_TABLE from changedetectionio import html_tools, content_fetchers -from changedetectionio.blueprint.price_data_follower import PRICE_DATA_TRACK_ACCEPT, PRICE_DATA_TRACK_REJECT +from changedetectionio.blueprint.price_data_follower import PRICE_DATA_TRACK_ACCEPT from loguru import logger from changedetectionio.processors.magic import guess_stream_type