Calder-Ty commented on code in PR #34564:
URL: https://github.com/apache/airflow/pull/34564#discussion_r1334797335


##########
tests/api_connexion/endpoints/test_task_instance_endpoint.py:
##########
@@ -210,7 +210,8 @@ def test_should_respond_200(self, username, session):
         # This prevents issue when users upgrade to 2.0+
         # from 1.10.x
         # https://github.com/apache/airflow/issues/14421
-        session.query(TaskInstance).update({TaskInstance.operator: None}, 
synchronize_session="fetch")
+        session.query(TaskInstance).update(
+            {TaskInstance.operator: None}, synchronize_session="fetch")

Review Comment:
   Easy fix, will turn off my formatter



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