Eliaaazzz commented on PR #37428: URL: https://github.com/apache/beam/pull/37428#issuecomment-3821093812
> From the linting precommit: > > ``` > ************* Module apache_beam.ml.inference.tensorflow_inference > apache_beam/ml/inference/tensorflow_inference.py:146:0: C0301: Line too long (81/80) (line-too-long) > apache_beam/ml/inference/tensorflow_inference.py:278:0: C0301: Line too long (81/80) (line-too-long) > ************* Module apache_beam.ml.inference.onnx_inference > apache_beam/ml/inference/onnx_inference.py:20:0: W0611: Unused Mapping imported from collections.abc (unused-import) > ************* Module apache_beam.ml.inference.xgboost_inference > apache_beam/ml/inference/xgboost_inference.py:22:0: W0611: Unused Mapping imported from collections.abc (unused-import) > ``` > > Could you please fix these? Sure, I'll definitely fix them. -- 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]
