hussein-awala commented on code in PR #33864: URL: https://github.com/apache/airflow/pull/33864#discussion_r1310850631
########## tests/providers/google/cloud/hooks/test_mlengine.py: ########## @@ -1009,11 +1009,11 @@ def test_delete_version(self, mock_get_conn, mock_project_id): model_name = "test-model" version_name = "test-version" # fmt: off Review Comment: I think that the main reason to add these `fmt: off` is a conflict between black (which tries to makes everything in the same line) and E501 I will try to remove some of these fmt off/on -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org