We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6758d29 commit 5d8d8feCopy full SHA for 5d8d8fe
src/desktop_notifier/backends/macos.py
@@ -175,7 +175,6 @@ async def has_authorisation(self) -> bool:
175
def handler(settings: objc_id) -> None:
176
settings = py_from_ns(settings)
177
future.set_result(settings)
178
- future.set_result(settings)
179
180
self.nc.getNotificationSettingsWithCompletionHandler(handler)
181
0 commit comments