Add missing import
This commit is contained in:
parent
62227ec644
commit
f3435f581f
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ from ..classes.notifier import BaseNotifier
|
|||
import subprocess
|
||||
import logging
|
||||
|
||||
from typing import Optional
|
||||
|
||||
class NotifySend(BaseNotifier):
|
||||
def __init__(self, *args, **kwargs):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue