FrankYang0529 commented on PR #69694: URL: https://github.com/apache/airflow/pull/69694#issuecomment-4988389925
Fix mypy 2.2.0 check. https://github.com/apache/airflow/pull/69946 https://github.com/apache/airflow/actions/runs/29464276931/job/87516317103 ``` providers/apache/beam/src/airflow/providers/apache/beam/hooks/beam.py:184: error: Value of type variable "_R" of "select" cannot be "IO[Any] | None" [type-var] readable_fds, _, _ = select.select(reads, [], [], 5) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Found 1 error in 1 file (checked 4688 source files) ``` -- 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]
