Skip to content

Commit 443f49c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b687f1b commit 443f49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth2_provider/views/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
log = logging.getLogger("oauth2_provider")
2828

29-
# login_not_required decorator to bypass LoginRequiredMiddleware
29+
30+
# login_not_required decorator to bypass LoginRequiredMiddleware
3031
@method_decorator(login_not_required, name="dispatch")
3132
class BaseAuthorizationView(LoginRequiredMixin, OAuthLibMixin, View):
3233
"""

0 commit comments

Comments
 (0)