Remove unnecessary imports by deleting NOQA markers

This commit is contained in:
Alan Rominger
2022-09-27 20:28:09 -04:00
parent 235ed2f0d0
commit 58772d79c7
10 changed files with 27 additions and 71 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