Delete trailing whitespace

This commit is contained in:
Segev Finer 2017-07-24 16:55:50 +03:00 committed by GitHub
parent d90bef44cc
commit d0ecfdf00f
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ def _colorama_workaround():
"""
Ensure colorama is imported so that it attaches to the correct stdio
handles on Windows.
colorama uses the terminal on import time. So if something does the
first import of colorama while I/O capture is active, colorama will
fail in various ways.