mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Added missing default value annotation (#2841)
This commit is contained in:
committed by
Sebastian Rittau
parent
06c682449f
commit
ef5fc92b98
@@ -23,6 +23,5 @@ class BytesGenerator:
|
||||
linesep: Optional[str] = ...) -> None: ...
|
||||
|
||||
class DecodedGenerator(Generator):
|
||||
# TODO `fmt` is positional
|
||||
def __init__(self, outfp: TextIO, mangle_from_: bool = ...,
|
||||
maxheaderlen: int = ..., *, fmt: Optional[str]) -> None: ...
|
||||
maxheaderlen: int = ..., *, fmt: Optional[str] = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user