justinpakzad commented on code in PR #61572:
URL: https://github.com/apache/airflow/pull/61572#discussion_r2785188684
##########
airflow-core/src/airflow/api_fastapi/core_api/security.py:
##########
@@ -170,7 +170,7 @@ def inner(
method=method,
access_entity=access_entity,
details=DagDetails(id=dag_id, team_name=team_name),
- user=user,
+ user=user
Review Comment:
It appears the only changes in the PR is the removal of a trailing comma.
Maybe you removed the main changes by accident?
--
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]