fix overindent lint failures

This commit is contained in:
Ryan Petrello
2019-01-30 12:12:39 -05:00
parent 44819987f7
commit 2927803a82
7 changed files with 131 additions and 131 deletions

View File

@@ -523,7 +523,7 @@ class AuthView(APIView):
not feature_enabled('ldap')) or \
(not feature_enabled('enterprise_auth') and
name in ['saml', 'radius']):
continue
continue
login_url = reverse('social:begin', args=(name,))
complete_url = request.build_absolute_uri(reverse('social:complete', args=(name,)))