Remove unneeded sys import from unittest

This commit is contained in:
Thomas Hisch
2017-09-13 18:02:28 +02:00
parent 98209e92ee
commit 3e71a50403

View File

@@ -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()