summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-12-16 16:06:03 +0100
committerJan Cholasta <jcholast@redhat.com>2015-12-23 07:59:22 +0100
commite4075b1fe26a608cd1f3778ee1f655a5f5700c65 (patch)
tree11529085e2b884007068a14ea1fa3ed33d62103c /ipatests/test_webui
parent774d0eaa8eb940ea9c42c4ef12eb80e509fd9c3b (diff)
downloadfreeipa-e4075b1fe26a608cd1f3778ee1f655a5f5700c65.tar.gz
freeipa-e4075b1fe26a608cd1f3778ee1f655a5f5700c65.tar.xz
freeipa-e4075b1fe26a608cd1f3778ee1f655a5f5700c65.zip
Remove unused imports
This patch removes unused imports, alse pylint has been configured to check unused imports. Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipatests/test_webui')
-rw-r--r--ipatests/test_webui/test_hostgroup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipatests/test_webui/test_hostgroup.py b/ipatests/test_webui/test_hostgroup.py
index 1879bad8c..9b10de276 100644
--- a/ipatests/test_webui/test_hostgroup.py
+++ b/ipatests/test_webui/test_hostgroup.py
@@ -27,7 +27,6 @@ import ipatests.test_webui.data_hostgroup as hostgroup
from ipatests.test_webui.test_host import host_tasks, ENTITY as HOST_ENTITY
import ipatests.test_webui.data_netgroup as netgroup
import ipatests.test_webui.data_hbac as hbac
-import ipatests.test_webui.test_rbac as rbac
import ipatests.test_webui.data_sudo as sudo
import pytest