formatting
This commit is contained in:
@@ -8,4 +8,4 @@ class TestNotifier(ADBase):
|
||||
self.log = self.adapi.log
|
||||
self.log(f'Initialized test notifier class: {self.__class__.__name__}')
|
||||
self.notify = Notification(self.adapi)
|
||||
self.notify.send("Some notifications")
|
||||
self.notify.send('Some notifications')
|
||||
|
||||
Reference in New Issue
Block a user