Skip to content

Commit 386641a

Browse files
committed
Fix CI/CD
1 parent 1475054 commit 386641a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/apache_beam/yaml/examples/testing/examples_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import apache_beam as beam
3838
from apache_beam import PCollection
3939
from apache_beam.examples.snippets.util import assert_matches_stdout
40+
from apache_beam.ml.inference.base import PredictionResult
4041
from apache_beam.options.pipeline_options import PipelineOptions
4142
from apache_beam.testing.test_pipeline import TestPipeline
4243
from apache_beam.typehints.row_type import RowTypeConstraint
@@ -45,7 +46,6 @@
4546
from apache_beam.yaml import yaml_transform
4647
from apache_beam.yaml.readme_test import TestEnvironment
4748
from apache_beam.yaml.readme_test import replace_recursive
48-
from apache_beam.ml.inference.base import PredictionResult
4949

5050
from . import input_data
5151

0 commit comments

Comments
 (0)