1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

Remove useless blank lines and spaces in api app

This commit is contained in:
Alexandre Iooss
2020-09-03 21:21:09 +02:00
parent f02efd3b39
commit ff187581c9
2 changed files with 2 additions and 5 deletions

View File

@ -6,6 +6,7 @@ from django.contrib.contenttypes.models import ContentType
from django.contrib.auth.models import User
from rest_framework.serializers import ModelSerializer
class UserSerializer(ModelSerializer):
"""
REST API Serializer for Users.