dstandish commented on code in PR #56536:
URL: https://github.com/apache/airflow/pull/56536#discussion_r2422222056


##########
airflow-core/src/airflow/models/serialized_dag.py:
##########
@@ -628,4 +627,4 @@ def load_json(deps_data):
         )
         resolver = _DagDependenciesResolver(dag_id_dependencies=iterator, 
session=session)
         dag_depdendencies_by_dag = resolver.resolve()
-        return dag_depdendencies_by_dag
+        return dag_depdendencies_by_dag

Review Comment:
   this change of the line ending indicates you may not have run pre-commits on 
this file



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