tweak imports

piwheels-rpi-crypto
dgtlmoon 8 months ago
parent df6d120c4f
commit 929044581b

@ -1,14 +1,11 @@
from . import difference_detection_processor from . import difference_detection_processor
from ..html_tools import xpath1_filter as xpath_filter
# xpath1 is a lot faster and is sufficient here
from ..html_tools import extract_json_as_string, has_ldjson_product_info
from ..model import Restock from ..model import Restock
from copy import deepcopy from copy import deepcopy
from loguru import logger from loguru import logger
import hashlib import hashlib
import re import re
import urllib3 import urllib3
import extruct
import time import time
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
@ -89,7 +86,7 @@ class perform_site_check(difference_detection_processor):
def run_changedetection(self, uuid, skip_when_checksum_same=True): def run_changedetection(self, uuid, skip_when_checksum_same=True):
import extruct
# DeepCopy so we can be sure we don't accidently change anything by reference # DeepCopy so we can be sure we don't accidently change anything by reference
watch = deepcopy(self.datastore.data['watching'].get(uuid)) watch = deepcopy(self.datastore.data['watching'].get(uuid))

Loading…
Cancel
Save