mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 18:38:35 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -30,7 +30,7 @@ from unittest import mock
|
||||
|
||||
import requests
|
||||
import apprise
|
||||
from apprise.plugins.NotifyOpsgenie import NotifyOpsgenie, OpsgeniePriority
|
||||
from apprise.plugins.opsgenie import NotifyOpsgenie, OpsgeniePriority
|
||||
from helpers import AppriseURLTester
|
||||
|
||||
# Disable logging for a cleaner testing output
|
||||
|
Reference in New Issue
Block a user