mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Removed some no longer needed imports
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import re
|
|
||||||
import pytest
|
import pytest
|
||||||
import requests
|
|
||||||
from copy import deepcopy
|
from copy import deepcopy
|
||||||
from unittest import mock
|
from unittest import mock
|
||||||
|
|
||||||
@@ -11,13 +9,9 @@ from awx.api.views import (
|
|||||||
ApiVersionRootView,
|
ApiVersionRootView,
|
||||||
JobTemplateLabelList,
|
JobTemplateLabelList,
|
||||||
InventoryInventorySourcesUpdate,
|
InventoryInventorySourcesUpdate,
|
||||||
HostInsights,
|
|
||||||
JobTemplateSurveySpec
|
JobTemplateSurveySpec
|
||||||
)
|
)
|
||||||
|
|
||||||
from awx.main.models import (
|
|
||||||
Host,
|
|
||||||
)
|
|
||||||
from awx.main.views import handle_error
|
from awx.main.views import handle_error
|
||||||
|
|
||||||
from rest_framework.test import APIRequestFactory
|
from rest_framework.test import APIRequestFactory
|
||||||
|
|||||||
Reference in New Issue
Block a user