pull/1374/head
Ron 2025-08-01 00:02:25 +02:00
parent 777625457f
commit 2ce79302ca
2 changed files with 3 additions and 4 deletions

View File

@ -30,8 +30,10 @@
# - https://docs.signl4.com/integrations/webhook/webhook.html
#
import requests
from json import dumps
import requests
from .base import NotifyBase
from ..url import PrivacyMode
from ..common import NotifyType

View File

@ -54,12 +54,9 @@ from json import dumps
# Disable logging for a cleaner testing output
import logging
from unittest import mock
from helpers import AppriseURLTester
import requests
import apprise
from apprise.plugins.signl4 import (
NotifySIGNL4,
NotifyType,