Skip to content

Commit c246da7

Browse files
committed
Fix syntax for overloaded function
1 parent f437aeb commit c246da7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stubs/docutils/docutils/io.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ class FileOutput(Output):
109109

110110
@overload
111111
def write(self, data: bytes) -> bytes: ...
112-
def write(self, data: str | bytes) -> str | bytes: ...
113112
def close(self) -> None: ...
114113

115114
class BinaryFileOutput(FileOutput): ...

0 commit comments

Comments
 (0)