Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and dopry committed Nov 10, 2023
1 parent 60dc92f commit 4c24d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oauth2_provider/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def form_valid(self, form):
credentials["claims"] = form.cleaned_data.get("claims")

scopes = form.cleaned_data.get("scope")


if application.skip_authorization:
allow = True

Check warning on line 132 in oauth2_provider/views/base.py

View check run for this annotation

Codecov / codecov/patch

oauth2_provider/views/base.py#L132

Added line #L132 was not covered by tests
Expand Down

0 comments on commit 4c24d8e

Please sign in to comment.