From 78ddb3b5462d271cc5f6eac19fc78b0c47e4d1d3 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 12 Jun 2024 19:36:25 +0200 Subject: [PATCH] soprt impoorts --- changedetectionio/processors/__init__.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/changedetectionio/processors/__init__.py b/changedetectionio/processors/__init__.py index cab422c5..1360c41b 100644 --- a/changedetectionio/processors/__init__.py +++ b/changedetectionio/processors/__init__.py @@ -1,12 +1,11 @@ from abc import abstractmethod -import os -import hashlib -import re -from copy import deepcopy from changedetectionio.strtobool import strtobool +from copy import deepcopy from loguru import logger - from requests.structures import CaseInsensitiveDict +import hashlib +import os +import re class difference_detection_processor():