Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Feb 20, 2024
1 parent 340db46 commit 1ae7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/yaml/programming_guide_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
import apache_beam as beam
from apache_beam.testing.util import assert_that
from apache_beam.testing.util import equal_to
from apache_beam.yaml.yaml_transform import YamlTransform
from apache_beam.yaml.readme_test import create_test_method
from apache_beam.yaml.yaml_transform import YamlTransform

DATA = [
beam.Row(animal='cat', weight=1),
Expand Down

0 comments on commit 1ae7270

Please sign in to comment.