mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-10 14:14:48 +02:00
Make mypy happy, I hope
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user