gopidesupavan commented on code in PR #49788:
URL: https://github.com/apache/airflow/pull/49788#discussion_r2060465578


##########
airflow-core/src/airflow/config_templates/airflow_local_settings.py:
##########
@@ -194,7 +194,7 @@
                 }
                 | remote_task_handler_kwargs
             )
-        )
+        )  # type: ignore[assignment]

Review Comment:
   i added this one `processors = ()` to GCSRemoteLogIO the error was gone in 
idea, but tbh i dont know whats happening mypy still gives me error in local. 
   
   I pushed lets see CI throws any error.



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