Relax type for click.echo. (#2607)

Fixes #2604
This commit is contained in:
Matt Gilson
2018-11-18 22:25:11 -05:00
committed by Jelle Zijlstra
parent b29b239f17
commit b868c6c3c1

View File

@@ -72,7 +72,7 @@ class KeepOpenFile:
def echo(
message: Optional[Union[bytes, Text]] = ...,
message: object = ...,
file: Optional[IO] = ...,
nl: bool = ...,
err: bool = ...,