mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
mypy: Turn on return value checks
Its a shame GvR is married to "return None" https://github.com/python/mypy/issues/7511
This commit is contained in:
@@ -218,3 +218,4 @@ def handle_notification_cmd(
|
||||
cmd = parse_osc_777(raw_data)
|
||||
notify_with_command(cmd, window_id, notify_implementation)
|
||||
return cmd
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user