Srabasti commented on code in PR #61043:
URL: https://github.com/apache/airflow/pull/61043#discussion_r2735013703
##########
airflow-core/src/airflow/api_fastapi/core_api/app.py:
##########
@@ -165,7 +165,8 @@ def init_config(app: FastAPI) -> None:
# Compress responses greater than 1kB with optimal compression level as 5
# with level ranging from 1 to 9 with 1 (fastest, least compression)
# and 9 (slowest, most compression)
- app.add_middleware(GZipMiddleware, minimum_size=1024, compresslevel=5)
+
+
Review Comment:
Looks like extra newlines added are causing static checks to fail
@abhijeets25012-tech
Can you run prek locally first and then push the changes and then push
commit from your branch?
Prek fixes any formatting errors, automatically.
--
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]