pierrejeambrun commented on code in PR #42138:
URL: https://github.com/apache/airflow/pull/42138#discussion_r1752356121


##########
airflow/www/views.py:
##########
@@ -708,12 +708,16 @@ def show_traceback(error):
             "airflow/traceback.html",
             python_version=sys.version.split(" ")[0] if is_logged_in else 
"redacted",
             airflow_version=version if is_logged_in else "redacted",
-            hostname=get_hostname()

Review Comment:
   This is my local ruff auto-format. I figured it was correct, but I can 
revert if we prefer the old style



-- 
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]

Reply via email to