Lee-W commented on code in PR #36709:
URL: https://github.com/apache/airflow/pull/36709#discussion_r1447188723


##########
tests/providers/odbc/hooks/test_odbc.py:
##########
@@ -329,6 +329,25 @@ def mock_handler(*_):
             result = hook.run("SQL", handler=mock_handler)
         assert hook_result == result
 
+    def test_query_return_serializable_result_empty(
+        self, pyodbc_row_mock, monkeypatch, pyodbc_instancecheck
+    ):

Review Comment:
   ```suggestion
       def test_query_return_serializable_result_empty(self, pyodbc_row_mock, 
monkeypatch, pyodbc_instancecheck):
   ```
   
   ruff suggests we formatting the code this way 
https://github.com/apache/airflow/actions/runs/7473024713/job/20337512097?pr=36709



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