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
1 changed files with 0 additions and 1 deletions

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