mirror of
https://github.com/caronc/apprise.git
synced 2025-08-16 11:38:08 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -28,9 +28,9 @@
|
||||
|
||||
from unittest import mock
|
||||
|
||||
from apprise.config.ConfigFile import ConfigFile
|
||||
from apprise.plugins.NotifyBase import NotifyBase
|
||||
from apprise.AppriseAsset import AppriseAsset
|
||||
from apprise.config.file import ConfigFile
|
||||
from apprise.plugins import NotifyBase
|
||||
from apprise import AppriseAsset
|
||||
|
||||
# Disable logging for a cleaner testing output
|
||||
import logging
|
||||
|
Reference in New Issue
Block a user