Add missing import

This commit is contained in:
Kumi 2023-09-06 13:42:31 +02:00
parent f3435f581f
commit 28f1374233
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -4,6 +4,7 @@ import subprocess
import logging
from typing import Optional
from pathlib import Path
class NotifySend(BaseNotifier):
def __init__(self, *args, **kwargs):