uranusjr commented on code in PR #33864:
URL: https://github.com/apache/airflow/pull/33864#discussion_r1309970337


##########
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:
   Becauseā€¦ why should we keep it? The magic comment essentially turns Black 
off in the block, but if we are to replace single quotes anyway why not go all 
the way and enable Black?



##########
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:
   Becauseā€¦ why should we keep it? The magic comment essentially turns Black 
off in the block, but if we are to replace single quotes anyway why not go all 
the way and enable Black?



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

Reply via email to