Skip to content

Commit

Permalink
python format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prodriguezdefino committed Sep 22, 2024
1 parent 2b901eb commit bb16979
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@ def test_write_with_beam_rows_cdc(self):
),
record=beam.Row(
name="cdc_test",
value=3
))
value=3))
]

bq_matcher = BigqueryFullResultMatcher(
Expand Down

0 comments on commit bb16979

Please sign in to comment.