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

@@ -1,6 +1,6 @@
from django.urls import re_path
from awx.api.views import WebhookKeyView, GithubWebhookReceiver, GitlabWebhookReceiver
from awx.api.views.webhooks import WebhookKeyView, GithubWebhookReceiver, GitlabWebhookReceiver
urlpatterns = [