From d0ecfdf00f951714058b629b21719cac2ab53c75 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Mon, 24 Jul 2017 16:55:50 +0300 Subject: [PATCH] Delete trailing whitespace --- _pytest/capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pytest/capture.py b/_pytest/capture.py index be93eef2b..b627e5102 100644 --- a/_pytest/capture.py +++ b/_pytest/capture.py @@ -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.