TheNeuralBit commented on PR #21803: URL: https://github.com/apache/beam/pull/21803#issuecomment-1154265522
Lint PreCommit is running now and failed: ``` 11:12:05 from apache_beam.ml.inference.base import PredictionResult 11:12:05 from apache_beam.ml.inference.base import RunInference 11:12:05 from apache_beam.ml.inference.sklearn_inference import ModelFileType 11:12:05 +from apache_beam.ml.inference.sklearn_inference import SklearnModelHandlerNumpy 11:12:05 from apache_beam.ml.inference.sklearn_inference import SklearnModelHandlerPandas 11:12:05 -from apache_beam.ml.inference.sklearn_inference import SklearnModelHandlerNumpy 11:12:05 from apache_beam.testing.test_pipeline import TestPipeline 11:12:05 from apache_beam.testing.util import assert_that 11:12:05 from apache_beam.testing.util import equal_to ``` -- 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]
