From 526f8fac4511034a6b23b7a4dce425cdffd4a791 Mon Sep 17 00:00:00 2001 From: bwees Date: Fri, 29 Jul 2022 08:39:30 -0400 Subject: [PATCH] remove unneeded import --- changedetectionio/tests/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/changedetectionio/tests/util.py b/changedetectionio/tests/util.py index 1a5f7f56..ad1420f8 100644 --- a/changedetectionio/tests/util.py +++ b/changedetectionio/tests/util.py @@ -3,7 +3,6 @@ from flask import make_response, request from flask import url_for from werkzeug import Request -from urllib import parse import io import multiprocessing