Merge pull request #12969 from AlanCoding/code_deletions

[tech debt] Remove imports and references that are no longer needed
This commit is contained in:
Alan Rominger
2022-10-06 09:33:03 -04:00
committed by GitHub
11 changed files with 29 additions and 83 deletions

View File

@@ -5,7 +5,8 @@ from unittest import mock
from collections import namedtuple
from awx.api.views import ApiVersionRootView, JobTemplateLabelList, InventoryInventorySourcesUpdate, JobTemplateSurveySpec
from awx.api.views.root import ApiVersionRootView
from awx.api.views import JobTemplateLabelList, InventoryInventorySourcesUpdate, JobTemplateSurveySpec
from awx.main.views import handle_error