potiuk commented on code in PR #35465:
URL: https://github.com/apache/airflow/pull/35465#discussion_r1382932641


##########
tests/system/providers/google/cloud/cloud_sql/example_cloud_sql_query_mysql.py:
##########
@@ -42,8 +42,10 @@
 )
 from airflow.utils.trigger_rule import TriggerRule
 
+# mypy: disable-error-code="call-overload"
+
 if TYPE_CHECKING:
-    from airflow.settings import Session
+    pass

Review Comment:
   Ah yeah. That was automatically added by one of the linters after some 
import removal. removed those.



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