mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 04:24:52 +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:
@@ -37,6 +37,7 @@ class SetTabTitle(RemoteCommand):
|
||||
for tab in self.tabs_for_match_payload(boss, window, payload_get):
|
||||
if tab:
|
||||
tab.set_title(payload_get('title'))
|
||||
return None
|
||||
|
||||
|
||||
set_tab_title = SetTabTitle()
|
||||
|
||||
Reference in New Issue
Block a user