jrmccluskey commented on code in PR #23642: URL: https://github.com/apache/beam/pull/23642#discussion_r997115455
########## sdks/python/apache_beam/ml/inference/sklearn_inference.py: ########## @@ -18,7 +18,7 @@ import enum import pickle import sys -from typing import Any +from typing import Any, Callable from typing import Dict Review Comment: Done. -- 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]
