ryanthompson591 commented on PR #21803: URL: https://github.com/apache/beam/pull/21803#issuecomment-1154312662
Yep fixed. I'm not sure why my link hooks don't verify import order. On Mon, Jun 13, 2022, 2:53 PM Brian Hulette ***@***.***> wrote: > 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 > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/pull/21803#issuecomment-1154265522>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ABS23CRJ4GTJBIBN3BQF2OLVO57SXANCNFSM5YOTLHWA> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
