Skip to content

Commit

Permalink
don't flush on every write
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored and neersighted committed Jul 13, 2022
1 parent 7313b06 commit bc2e68b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleo/io/outputs/stream_output.py
Expand Up @@ -82,7 +82,6 @@ def _write(self, message: str, new_line: bool = False) -> None:
message += "\n"

self._stream.write(message)
self._stream.flush()

def _has_color_support(self) -> bool:
# Follow https://no-color.org/
Expand Down

0 comments on commit bc2e68b

Please sign in to comment.