diff options
Diffstat (limited to 'src/click/_compat.py')
| -rw-r--r-- | src/click/_compat.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/click/_compat.py b/src/click/_compat.py index 5caa593..f7b1a8d 100644 --- a/src/click/_compat.py +++ b/src/click/_compat.py @@ -428,9 +428,7 @@ else: def get_binary_stdin(): reader = _find_binary_reader(sys.stdin) if reader is None: - raise RuntimeError( - "Was not able to determine binary stream for sys.stdin." - ) + raise RuntimeError("Was not able to determine binary stream for sys.stdin.") return reader def get_binary_stdout(): |
