mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 08:03:27 +02:00
format files
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import abc
|
||||
from media_manager.notification.schemas import MessageNotification
|
||||
|
||||
|
||||
class AbstractNotificationServiceProvider(abc.ABC):
|
||||
@abc.abstractmethod
|
||||
def send_notification(self, message: MessageNotification) -> bool:
|
||||
@@ -11,4 +12,3 @@ class AbstractNotificationServiceProvider(abc.ABC):
|
||||
:return: True if the notification was sent successfully, False otherwise.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user