summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_service.py2
-rw-r--r--test/unit/test_shell.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/test/unit/test_service.py b/test/unit/test_service.py
index e86a4ff..7f90eb4 100644
--- a/test/unit/test_service.py
+++ b/test/unit/test_service.py
@@ -13,7 +13,7 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-from __future__ import unicode_literals
+
import contextlib
import mock
import os
diff --git a/test/unit/test_shell.py b/test/unit/test_shell.py
index 295c918..8d3b163 100644
--- a/test/unit/test_shell.py
+++ b/test/unit/test_shell.py
@@ -12,7 +12,6 @@
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-from __future__ import unicode_literals
import contextlib
from genericpath import getmtime