fossasia / open-event-server

Trailing whitespace detected FLK-W291
Style
Minor
1 occurrence in this check
trailing whitespace
33
34        event_topic_id = self.kwargs.get('event_topic_id')
35        if event_topic_id:
36            event_topic = EventTopic.objects.all() 37            if event_topic:
38                queryset = queryset.all()
39