From 2f43f0fe2be8b2754a6c5d8a7816e477086f237c Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Fri, 26 May 2017 08:52:13 -0400 Subject: [PATCH] flake8 --- awx/main/tests/unit/api/test_views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tests/unit/api/test_views.py b/awx/main/tests/unit/api/test_views.py index eb960233cd..08f6b9b827 100644 --- a/awx/main/tests/unit/api/test_views.py +++ b/awx/main/tests/unit/api/test_views.py @@ -14,7 +14,6 @@ from awx.api.views import ( from awx.main.models import ( Host, - Inventory, )