Remove unnecessary import

This commit is contained in:
Harvey Tindall 2020-05-12 22:06:19 +01:00
parent 7f250b13fb
commit c84462bfbc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
import time
import json
import platform
from watchdog.observers import Observer
from watchdog.events import FileSystemEventHandler
from jellyfin_accounts.email import Mailgun, Smtp
@ -9,6 +8,7 @@ from __main__ import config
from __main__ import email_log as log
class Watcher:
def __init__(self, dir):
self.observer = Observer()