summaryrefslogtreecommitdiffstats
path: root/tests/test_v3_credential.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-16 14:06:59 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-23 09:14:05 -0500
commitb05ebb87805de478b8d264b5636cc0d22d0a7946 (patch)
tree676a9cedaefa62b1f3e03755e564ff4dee951675 /tests/test_v3_credential.py
parentd6fb11c1b7938a8e72690e05ea6d118df053c98d (diff)
downloadkeystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.tar.gz
keystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.tar.xz
keystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.zip
Satisfy flake8 import rules F401 and F403
- Removed unused imports - Ignore wildcard and unused imports from core modules (and avoid wildcard imports otherwise) to __init__ modules Change-Id: Ie2e5f61ae37481f5d248788cfd83dc92ffddbd91
Diffstat (limited to 'tests/test_v3_credential.py')
-rw-r--r--tests/test_v3_credential.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_v3_credential.py b/tests/test_v3_credential.py
index eaad10d3..dd4072bb 100644
--- a/tests/test_v3_credential.py
+++ b/tests/test_v3_credential.py
@@ -16,8 +16,6 @@
import uuid
-from keystone import exception
-
import test_v3