mirror of
https://github.com/caronc/apprise.git
synced 2025-08-13 18:17:12 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
import pytest
|
||||
import requests
|
||||
from apprise import NotifyType
|
||||
from apprise.plugins.NotifyRocketChat import NotifyRocketChat
|
||||
from apprise.plugins.rocketchat import NotifyRocketChat
|
||||
from helpers import AppriseURLTester
|
||||
from unittest import mock
|
||||
|
||||
|
Reference in New Issue
Block a user