Skip to content

Commit

Permalink
style: format code with Autopep8, Black, ClangFormat, dotnet-format, …
Browse files Browse the repository at this point in the history
…Go fmt, Gofumpt, Google Java Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf

This commit fixes the style issues introduced in 95d4568 according to the output
from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, Google Java
Format, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt,
Scalafmt, StandardJS, StandardRB, swift-format and Yapf.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored May 11, 2024
1 parent 95d4568 commit 768b0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/middlewares.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# web/middlewares.py
from flask import request


@app.before_request
def log_request():
logging.info(f"Request received:{request.method} {request.url}")

0 comments on commit 768b0fc

Please sign in to comment.