From 7c743904b08e62ab58630c3a37912f57e08d3d5d Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Tue, 9 Apr 2019 11:36:58 -0400 Subject: [PATCH] Removed some no longer needed imports --- awx/main/tests/unit/api/test_views.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/awx/main/tests/unit/api/test_views.py b/awx/main/tests/unit/api/test_views.py index 2734a18a5c..53ab2ececb 100644 --- a/awx/main/tests/unit/api/test_views.py +++ b/awx/main/tests/unit/api/test_views.py @@ -1,7 +1,5 @@ # -*- coding: utf-8 -*- -import re import pytest -import requests from copy import deepcopy from unittest import mock @@ -11,13 +9,9 @@ from awx.api.views import ( ApiVersionRootView, JobTemplateLabelList, InventoryInventorySourcesUpdate, - HostInsights, JobTemplateSurveySpec ) -from awx.main.models import ( - Host, -) from awx.main.views import handle_error from rest_framework.test import APIRequestFactory