mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Make mypy 1.11 happy
This commit is contained in:
@@ -317,8 +317,10 @@ def write_remote_control_protocol_docs() -> None: # {{{
|
||||
else:
|
||||
title = f'{title} (optional)'
|
||||
p(f':code:`{title}`')
|
||||
p(' ', desc), p()
|
||||
p(), p()
|
||||
p(' ', desc)
|
||||
p()
|
||||
p()
|
||||
p()
|
||||
|
||||
with open('generated/rc.rst', 'w') as f:
|
||||
p = partial(print, file=f)
|
||||
|
||||
Reference in New Issue
Block a user