changed spacing for better readability

This commit is contained in:
Marc LaBelle 2020-04-09 21:03:41 -04:00
parent 91c052fe47
commit 1c64c0d398

View File

@ -137,6 +137,7 @@ class LogoutView(APIView):
if getattr(settings, 'REST_SESSION_LOGIN', True):
django_logout(request)
response = Response({"detail": _("Successfully logged out.")},
status=status.HTTP_200_OK)