We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475054 commit 386641aCopy full SHA for 386641a
sdks/python/apache_beam/yaml/examples/testing/examples_test.py
@@ -37,6 +37,7 @@
37
import apache_beam as beam
38
from apache_beam import PCollection
39
from apache_beam.examples.snippets.util import assert_matches_stdout
40
+from apache_beam.ml.inference.base import PredictionResult
41
from apache_beam.options.pipeline_options import PipelineOptions
42
from apache_beam.testing.test_pipeline import TestPipeline
43
from apache_beam.typehints.row_type import RowTypeConstraint
@@ -45,7 +46,6 @@
45
46
from apache_beam.yaml import yaml_transform
47
from apache_beam.yaml.readme_test import TestEnvironment
48
from apache_beam.yaml.readme_test import replace_recursive
-from apache_beam.ml.inference.base import PredictionResult
49
50
from . import input_data
51
0 commit comments