Fix linting error

This commit is contained in:
Will Thong 2023-07-24 17:24:51 +01:00
commit 9eb3b18269

View file

@ -4,12 +4,10 @@ import locale
import logging
import os
import re
from datetime import timezone
from html import unescape
from urllib.parse import unquote, urljoin, urlparse, urlunparse
try:
import zoneinfo
except ModuleNotFoundError: