Taragolis commented on code in PR #39345:
URL: https://github.com/apache/airflow/pull/39345#discussion_r1586433872
##########
airflow/www/app.py:
##########
@@ -120,6 +120,10 @@ def create_app(config=None, testing=False):
)
cookie_samesite_config = "Lax"
flask_app.config["SESSION_COOKIE_SAMESITE"] = cookie_samesite_config
+
Review Comment:
Could you remove whitespaces in this line.
You could do this manually, or by run `ruff` (if it installed), either:
- `ruff check --fix`
- `pre-commit run ruff --all-files` (if pre-commit installed)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]