Abacn commented on PR #36862:
URL: https://github.com/apache/beam/pull/36862#issuecomment-3554630017
Sounds strange though. This file no longer uses `sys` module, and the error
stacktrace
```
File
"/runner/_work/beam/beam/sdks/python/apache_beam/typehints/native_type_compatibility.py",
line 343, in convert_to_beam_type
if sys.version_info >= (3, 12) and TypeAliasType is not None:
```
"native_type_compatibility" has imported sys.
yet lint does not complain
--
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]