Removed an excess blank line in the views of the Mia core application.

This commit is contained in:
依瑪貓 2020-08-09 22:09:30 +08:00
parent ed23187797
commit d0407d4900

View File

@ -117,7 +117,6 @@ def api_users_exists(request, login_id):
return JsonResponse(True, safe=False) return JsonResponse(True, safe=False)
# TODO: To be removed. # TODO: To be removed.
def todo(request, **kwargs): def todo(request, **kwargs):
"""A dummy placeholder view for the URL settings that are not """A dummy placeholder view for the URL settings that are not