jscheffl commented on code in PR #61144:
URL: https://github.com/apache/airflow/pull/61144#discussion_r2738268441


##########
providers/common/sql/src/airflow/providers/common/sql/hooks/handlers.py:
##########
@@ -63,7 +63,7 @@ def fetch_all_handler(cursor) -> list[tuple] | None:
     return None
 
 
-def fetch_one_handler(cursor) -> list[tuple] | None:
+def fetch_one_handler(cursor) -> tuple | None:

Review Comment:
   No, should be corrected! Thanks for catching!



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