From 6f27af4a0cdbde42b1566ecabaf667c26b089dc3 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Tue, 28 May 2013 09:22:03 -0500 Subject: Fix unused imports(flake8 F401, F999) - F401: imported but unused - F999: syntax error in doctest Fixing a couple of the F401's simply required fixing the doctests syntax where the imports were actually in use. Change-Id: If78abbb143daf8d005a71c5ab52836df29c5e0cd --- tests/test_base.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/test_base.py') diff --git a/tests/test_base.py b/tests/test_base.py index e28b651..42d591a 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -1,8 +1,4 @@ -import mock -import mox - from keystoneclient import base -from keystoneclient import exceptions from keystoneclient.v2_0 import roles from tests import utils -- cgit v1.2.1