Skip to content

Commit

Permalink
whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjohnson committed Aug 4, 2024
1 parent f61b4dd commit c737fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api_v2/views/creature.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class CreatureTypeViewSet(viewsets.ReadOnlyModelViewSet):
queryset = models.CreatureType.objects.all().order_by('pk')
serializer_class = serializers.CreatureTypeSerializer


class CreatureSetViewSet(viewsets.ReadOnlyModelViewSet):
"""
list: API endpoint for returning a list of creature sets, which is similar to tags.
Expand Down

0 comments on commit c737fb0

Please sign in to comment.