mirror of https://github.com/caronc/apprise
Merge branch 'master' of https://github.com/rons4/apprise
commit
2d3959329f
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue