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:
@ -29,7 +29,7 @@
|
||||
import requests
|
||||
import pytest
|
||||
from apprise import Apprise
|
||||
from apprise.plugins.NotifyGoogleChat import NotifyGoogleChat
|
||||
from apprise.plugins.google_chat import NotifyGoogleChat
|
||||
from helpers import AppriseURLTester
|
||||
from unittest import mock
|
||||
from apprise import NotifyType
|
||||
|
Reference in New Issue
Block a user