mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2025-12-08 19:41:12 +00:00
Remove unnecessary import
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
import platform
|
|
||||||
from watchdog.observers import Observer
|
from watchdog.observers import Observer
|
||||||
from watchdog.events import FileSystemEventHandler
|
from watchdog.events import FileSystemEventHandler
|
||||||
from jellyfin_accounts.email import Mailgun, Smtp
|
from jellyfin_accounts.email import Mailgun, Smtp
|
||||||
@@ -9,6 +8,7 @@ from __main__ import config
|
|||||||
from __main__ import email_log as log
|
from __main__ import email_log as log
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Watcher:
|
class Watcher:
|
||||||
def __init__(self, dir):
|
def __init__(self, dir):
|
||||||
self.observer = Observer()
|
self.observer = Observer()
|
||||||
|
|||||||
Reference in New Issue
Block a user