mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 09:00:14 +00:00
Remove unnecessary import
This commit is contained in:
parent
7f250b13fb
commit
c84462bfbc
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user