From 3e71a50403b6eeaee9d309f9a67bac98b67a5629 Mon Sep 17 00:00:00 2001 From: Thomas Hisch Date: Wed, 13 Sep 2017 18:02:28 +0200 Subject: [PATCH] Remove unneeded sys import from unittest --- testing/test_capture.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/test_capture.py b/testing/test_capture.py index 841cdb0a3..79e34a40f 100644 --- a/testing/test_capture.py +++ b/testing/test_capture.py @@ -344,7 +344,6 @@ class TestLoggingInteraction(object): def test_logging_initialized_in_test(self, testdir): p = testdir.makepyfile(""" - import sys def test_something(): import logging logging.basicConfig()