diff options
| author | David Lord <davidism@gmail.com> | 2020-03-06 14:49:46 -0800 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2020-03-06 14:49:46 -0800 |
| commit | 8fe37afda8a3fe34f87c9936e72bcd02c0eb77af (patch) | |
| tree | baffc9f48861c31a206ec07a766b78f1c61b70ec /src/click/_compat.py | |
| parent | a1de45c1aa4bd87c6516755de61b7ca52e135462 (diff) | |
| download | click-8fe37afda8a3fe34f87c9936e72bcd02c0eb77af.tar.gz | |
apply formatting
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(): |
