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

@@ -3,6 +3,9 @@
from django.urls import re_path
from awx.api.views.inventory import (
InventoryUpdateEventsList,
)
from awx.api.views import (
InventoryUpdateList,
InventoryUpdateDetail,
@@ -10,7 +13,6 @@ from awx.api.views import (
InventoryUpdateStdout,
InventoryUpdateNotificationsList,
InventoryUpdateCredentialsList,
InventoryUpdateEventsList,
)