This commit is contained in:
Kovid Goyal
2024-09-29 10:43:12 +05:30
parent 2d88d46700
commit deeee6b9a6

View File

@@ -25,7 +25,6 @@ if TYPE_CHECKING:
class InheritableFile(Protocol):
def close(self) -> None: ...
def fileno(self) -> int: ...