mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
fix flake8
This commit is contained in:
committed by
Ryan Petrello
parent
e25bd931a1
commit
093d204d19
@@ -41,6 +41,7 @@ class MetricsView(APIView):
|
||||
return Response(metrics().decode('UTF-8'))
|
||||
raise PermissionDenied()
|
||||
|
||||
|
||||
class BroadcastWebsocketMetricsView(APIView):
|
||||
name = _('Broadcast Websockets')
|
||||
swagger_topic = 'Broadcast Websockets'
|
||||
|
||||
Reference in New Issue
Block a user