jrmccluskey commented on code in PR #36183: URL: https://github.com/apache/beam/pull/36183#discussion_r2356104257
########## sdks/python/apache_beam/typehints/opcodes.py: ########## @@ -35,7 +35,7 @@ import types from functools import reduce -from apache_beam.typehints import row_type +from apache_beam.typehints import row_type, trivial_inference Review Comment: Beam style is one import per line ```suggestion from apache_beam.typehints import row_type from apache_beam.typehints import trivial_inference ``` -- 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]
