Appease the linter

This commit is contained in:
amcmanu3 2023-02-10 18:03:49 -05:00
parent 923082b58d
commit 52833d8126

View File

@ -12,9 +12,10 @@ import html
import urllib.request
import glob
from zoneinfo import ZoneInfo
# TZLocal is set as a hidden import on win pipeline
from tzlocal import get_localzone
from zoneinfo import ZoneInfo
from tzlocal.utils import ZoneInfoNotFoundError
from apscheduler.schedulers.background import BackgroundScheduler
from apscheduler.jobstores.base import JobLookupError