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 py
import six
try:
from collections import Sequence
except ImportError:
Sequence = list
from collections import Sequence
u = six.text_type