We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d88d46 commit deeee6bCopy full SHA for deeee6b
kitty/child.py
@@ -25,7 +25,6 @@
25
26
class InheritableFile(Protocol):
27
28
- def close(self) -> None: ...
29
def fileno(self) -> int: ...
30
31
0 commit comments