drop unused import in unit test
This commit is contained in:
parent
89b6c01c47
commit
9bcc710c7e
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ from __future__ import absolute_import
|
|||
import io
|
||||
import mock
|
||||
import six
|
||||
import threading
|
||||
try:
|
||||
import unittest2 as unittest
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue