Make mypy happy, I hope

This commit is contained in:
Kovid Goyal
2024-10-15 07:35:15 +05:30
parent eda34c64b7
commit 46c610525c

View File

@@ -829,7 +829,7 @@ class NotificationManager:
def __init__(
self,
desktop_integration: Optional[DesktopIntegration] = None,
desktop_integration: Union[MacOSIntegration, FreeDesktopIntegration, None] = None,
channel: Channel = Channel(),
log: Log = Log(),
debug: bool = False,