From 35521cbdc8139e48ceb9ef3ffcf43e4d325ebec5 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 21 May 2014 16:31:26 -0400 Subject: [PATCH] Fix merge badness --- awx/api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/api/views.py b/awx/api/views.py index 1c5b6cf2af..b143d26533 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -788,7 +788,7 @@ class GroupChildrenList(SubListCreateAPIView): return Response(status=status.HTTP_204_NO_CONTENT) -lass GroupPotentialChildrenList(SubListAPIView): +class GroupPotentialChildrenList(SubListAPIView): model = Group serializer_class = GroupSerializer