This commit is contained in:
Kovid Goyal 2024-09-29 10:43:12 +05:30
parent 2d88d46700
commit deeee6b9a6
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

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