pull/1374/head
Ron 2025-08-01 00:03:56 +02:00
commit 2d3959329f
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -54,9 +54,12 @@ 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,