Skip to content

Commit

Permalink
remove black and revert a changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Aug 27, 2024
1 parent 0ef3c78 commit 0ba6ccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion authentication/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def process_exception(self, request, exception):
"""
strategy = getattr(request, "social_strategy", None)
if strategy is None or self.raise_exception(request, exception):
return None
return

if isinstance(exception, SocialAuthBaseException): # noqa: RET503
backend = getattr(request, "backend", None)
Expand Down
1 change: 0 additions & 1 deletion scripts/test/python_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function run_test {
return $status
}

run_test black --check .
run_test pytest --no-pylint

exit $status

0 comments on commit 0ba6ccf

Please sign in to comment.