mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 16:35:07 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -32,7 +32,7 @@ import pytest
|
||||
import requests
|
||||
from json import loads
|
||||
from apprise import Apprise
|
||||
from apprise.plugins.NotifyMSG91 import NotifyMSG91
|
||||
from apprise.plugins.msg91 import NotifyMSG91
|
||||
from helpers import AppriseURLTester
|
||||
|
||||
# Disable logging for a cleaner testing output
|
||||
|
Reference in New Issue
Block a user