bbovenzi commented on code in PR #24335:
URL: https://github.com/apache/airflow/pull/24335#discussion_r893821855


##########
airflow/models/taskinstance.py:
##########
@@ -264,13 +263,13 @@ def clear_task_instances(
 
         drs = (
             session.query(DagRun)
-            .filter(
+                .filter(

Review Comment:
   It looks like the static checks weren't happy with these indentations?



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