ihji commented on code in PR #17773: URL: https://github.com/apache/beam/pull/17773#discussion_r891788571
########## sdks/python/apache_beam/ml/inference/api.py: ########## @@ -17,16 +17,17 @@ # mypy: ignore-errors from dataclasses import dataclass -from typing import Tuple -from typing import TypeVar -from typing import Union +from typing import Callable import apache_beam as beam from apache_beam.ml.inference import base +from apache_beam.typehints import Tuple Review Comment: Removed. -- 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]
