From d0407d4900bd7b02d83c1f11b54b7a3fc2f95fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Aug 2020 22:09:30 +0800 Subject: [PATCH] Removed an excess blank line in the views of the Mia core application. --- mia_core/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mia_core/views.py b/mia_core/views.py index 8556aba..6094dc9 100644 --- a/mia_core/views.py +++ b/mia_core/views.py @@ -117,7 +117,6 @@ def api_users_exists(request, login_id): return JsonResponse(True, safe=False) - # TODO: To be removed. def todo(request, **kwargs): """A dummy placeholder view for the URL settings that are not