formatting

This commit is contained in:
John Lancaster
2024-07-07 22:27:13 -05:00
parent 870424baa0
commit 4abd6ce5d5
3 changed files with 5 additions and 7 deletions

View File

@@ -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')