mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
...
This commit is contained in:
@@ -25,7 +25,6 @@ if TYPE_CHECKING:
|
||||
|
||||
class InheritableFile(Protocol):
|
||||
|
||||
def close(self) -> None: ...
|
||||
def fileno(self) -> int: ...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user