mirror of
https://github.com/caronc/apprise.git
synced 2025-08-10 00:38:02 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -35,7 +35,7 @@ import requests
|
||||
from apprise import Apprise
|
||||
from apprise import NotifyType
|
||||
from apprise import AppriseAttachment
|
||||
from apprise.plugins.NotifySlack import NotifySlack
|
||||
from apprise.plugins.slack import NotifySlack
|
||||
from helpers import AppriseURLTester
|
||||
|
||||
from json import loads, dumps
|
||||
|
Reference in New Issue
Block a user