mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Remove some dead comments
This commit is contained in:
@@ -13,9 +13,6 @@ from awx.api.generics import APIView, GenericAPIView
|
||||
from awx.api.permissions import WebhookKeyPermission
|
||||
from awx.main.models import JobTemplate, WorkflowJobTemplate
|
||||
|
||||
# NOTE: The model class attribute for these views must be added
|
||||
# dynamically when including urls/webhooks.py
|
||||
|
||||
|
||||
class WebhookKeyView(GenericAPIView):
|
||||
serializer_class = serializers.EmptySerializer
|
||||
|
||||
Reference in New Issue
Block a user