From deeee6b9a6ccb7030e3fe0d0712765ba14015124 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Sep 2024 10:43:12 +0530 Subject: [PATCH] ... --- kitty/child.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kitty/child.py b/kitty/child.py index 0c04e31a3..14683748e 100644 --- a/kitty/child.py +++ b/kitty/child.py @@ -25,7 +25,6 @@ if TYPE_CHECKING: class InheritableFile(Protocol): - def close(self) -> None: ... def fileno(self) -> int: ...