mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
Workaround mypy bug
This commit is contained in:
parent
62c0272df2
commit
06f9b73a7b
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ def fork(shm_address: str, free_non_child_resources: Callable[[], None]) -> Tupl
|
|||
finally:
|
||||
stdin_data.release()
|
||||
sys.stdin = sys.__stdin__
|
||||
return 0, -1 # type: ignore
|
||||
|
||||
|
||||
def verify_socket_creds(conn: socket.socket) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue