Fix linter issues

This commit is contained in:
Raphael Michel
2026-07-03 10:54:44 +02:00
parent 83612c7d65
commit 7d5b00a610
2 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -19,9 +19,9 @@
# You should have received a copy of the GNU Affero General Public License along with this program. If not, see
# <https://www.gnu.org/licenses/>.
#
from collections import OrderedDict
import logging
import re
from collections import OrderedDict
from urllib.parse import urlparse, urlsplit
from zoneinfo import ZoneInfo, ZoneInfoNotFoundError