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
|
# - https://docs.signl4.com/integrations/webhook/webhook.html
|
||||||
#
|
#
|
||||||
|
|
||||||
from json import dumps
|
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
from json import dumps
|
||||||
from .base import NotifyBase
|
from .base import NotifyBase
|
||||||
from ..url import PrivacyMode
|
from ..url import PrivacyMode
|
||||||
from ..common import NotifyType
|
from ..common import NotifyType
|
||||||
|
|
|
@ -54,9 +54,12 @@ from json import dumps
|
||||||
|
|
||||||
# Disable logging for a cleaner testing output
|
# Disable logging for a cleaner testing output
|
||||||
import logging
|
import logging
|
||||||
|
from unittest import mock
|
||||||
|
|
||||||
from helpers import AppriseURLTester
|
from helpers import AppriseURLTester
|
||||||
|
import requests
|
||||||
|
|
||||||
|
import apprise
|
||||||
from apprise.plugins.signl4 import (
|
from apprise.plugins.signl4 import (
|
||||||
NotifySIGNL4,
|
NotifySIGNL4,
|
||||||
NotifyType,
|
NotifyType,
|
||||||
|
|
Loading…
Reference in New Issue