AnandInguva commented on code in PR #17514: URL: https://github.com/apache/beam/pull/17514#discussion_r863953172
########## sdks/python/apache_beam/ml/inference/api.py: ########## @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# mypy: ignore-errors Review Comment: TypeVar should have a bounded source. Right now, we want to keep it generic as possible. So, only this file will be ignored for mypy for now and will circle back to this later. Jira related to this: https://issues.apache.org/jira/browse/BEAM-14217 -- 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]
