remove unnecessary import

This commit is contained in:
Srinivas Reddy Thatiparthy 2017-12-12 00:03:38 +05:30
parent c2cd239d35
commit 7792587b3f
1 changed files with 1 additions and 5 deletions

View File

@ -5,11 +5,7 @@ import pprint
import _pytest._code import _pytest._code
import py import py
import six import six
try: from collections import Sequence
from collections import Sequence
except ImportError:
Sequence = list
u = six.text_type u = six.text_type