Add missing import
This commit is contained in:
parent
f3435f581f
commit
28f1374233
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import subprocess
|
|||
import logging
|
||||
|
||||
from typing import Optional
|
||||
from pathlib import Path
|
||||
|
||||
class NotifySend(BaseNotifier):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
Loading…
Reference in a new issue