black formatting

This commit is contained in:
Jim Ladd
2021-03-24 12:00:46 -07:00
parent 6b4effc85a
commit db6f565dca
5 changed files with 20 additions and 29 deletions

View File

@@ -3792,9 +3792,7 @@ class JobEventChildrenList(NoTruncateMixin, SubListAPIView):
def get_queryset(self):
parent_event = self.get_parent_object()
self.check_parent_access(parent_event)
return parent_event.job.get_event_queryset().filter(
parent_uuid=parent_event.uuid
)
return parent_event.job.get_event_queryset().filter(parent_uuid=parent_event.uuid)
class BaseJobEventsList(NoTruncateMixin, SubListAPIView):