From 2b4a4251a2e6470ca1580a37399182c68e5c2566 Mon Sep 17 00:00:00 2001
From: Joel Diaz <jdiaz@redhat.com>
Date: Wed, 1 Mar 2017 10:37:52 -0500
Subject: fix up things flagged by flake8

---
 roles/lib_openshift/src/test/unit/test_oc_user.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/lib_openshift/src/test/unit/test_oc_user.py b/roles/lib_openshift/src/test/unit/test_oc_user.py
index 933e96ae2..f7a17cc2c 100755
--- a/roles/lib_openshift/src/test/unit/test_oc_user.py
+++ b/roles/lib_openshift/src/test/unit/test_oc_user.py
@@ -24,7 +24,7 @@ import mock
 # place class in our python path
 module_path = os.path.join('/'.join(os.path.realpath(__file__).split('/')[:-4]), 'library')  # noqa: E501
 sys.path.insert(0, module_path)
-from oc_user import OCUser, locate_oc_binary  # noqa: E402
+from oc_user import OCUser  # noqa: E402
 
 
 class OCUserTest(unittest.TestCase):
-- 
cgit v1.2.3