Skip to content

Commit

Permalink
Revert "whitespace change to trigger gh checks"
Browse files Browse the repository at this point in the history
This reverts commit daa51ff.
  • Loading branch information
hjtran committed Oct 31, 2024
1 parent daa51ff commit 489ebc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/transforms/ptransform_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,6 @@ def bool_to_int(a):
def test_filter_does_not_type_check_using_type_hints_method(self):
# Filter is expecting an int but instead looks to the 'left' and sees a str
# incoming.

with self.assertRaises(typehints.TypeCheckError) as e:
(
self.p
Expand Down

0 comments on commit 489ebc6

Please sign in to comment.