aboutsummaryrefslogtreecommitdiffstats
path: root/api/viewsets.py
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-10-17 21:54:29 +0200
committerGravatar Johannes Christ <[email protected]>2018-10-17 21:54:29 +0200
commit3d4afed838e580718f36134597d96a315ee18df0 (patch)
treed776df75f1f04114c302e05343937e78f4dfbec7 /api/viewsets.py
parentMerge branch 'snake_facts' into 'django' (diff)
Drop extra whitespace.
Diffstat (limited to 'api/viewsets.py')
-rw-r--r--api/viewsets.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/viewsets.py b/api/viewsets.py
index 22862c16..c65cbac6 100644
--- a/api/viewsets.py
+++ b/api/viewsets.py
@@ -11,12 +11,12 @@ from rest_framework_bulk import BulkCreateModelMixin
from .models import (
DocumentationLink, Member,
- OffTopicChannelName, SnakeFact,
+ OffTopicChannelName, SnakeFact,
SnakeName, Tag
)
from .serializers import (
DocumentationLinkSerializer, MemberSerializer,
- OffTopicChannelNameSerializer, SnakeFactSerializer,
+ OffTopicChannelNameSerializer, SnakeFactSerializer,
SnakeNameSerializer, TagSerializer
)