mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
PEP8 of most of the API app
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def oauth_callback(request, other):
|
||||
return HttpResponse('Fake callback view.')
|
||||
|
||||
Reference in New Issue
Block a user