diff options
author | 2018-10-15 21:45:21 +0100 | |
---|---|---|
committer | 2018-10-15 21:45:21 +0100 | |
commit | e0298cdbd1f1a4fdd1963c93ea271cb52fb5c923 (patch) | |
tree | bc4d2191dd3200abcd034e1bf8e4fa28e05965a1 /api/serializers.py | |
parent | Fixed ordering, switched to ListModelMixin (diff) |
Fixed import order and linting
Diffstat (limited to 'api/serializers.py')
-rw-r--r-- | api/serializers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/serializers.py b/api/serializers.py index a4482c30..a0f823e9 100644 --- a/api/serializers.py +++ b/api/serializers.py @@ -4,8 +4,8 @@ from rest_framework_bulk import BulkSerializerMixin from .models import ( DocumentationLink, Member, OffTopicChannelName, Role, - SnakeFact, SnakeName, - Tag, + SnakeFact, SnakeName, + Tag, ) |