remove scheduler import

This commit is contained in:
Andrew 2022-01-11 17:47:37 -05:00
parent b9cf5fdbf9
commit 8edec0357a

View File

@ -7,7 +7,6 @@ import logging
import threading
import asyncio
import shutil
from schedule import Scheduler
from tzlocal import get_localzone
import tzlocal