Abacn commented on code in PR #38797: URL: https://github.com/apache/beam/pull/38797#discussion_r3353167873
########## sdks/python/apache_beam/typehints/opcodes.py: ########## @@ -42,6 +42,7 @@ from apache_beam.typehints.trivial_inference import Const from apache_beam.typehints.trivial_inference import element_type from apache_beam.typehints.trivial_inference import key_value_types +from apache_beam.typehints.trivial_inference import resolve_dataclass_field_type from apache_beam.typehints.trivial_inference import union Review Comment: > Since trivial_inference.py imports opcodes at the top level, false -- 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]
