Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Jan 22, 2025
1 parent 85b1ea0 commit a2f45af
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdks/python/apache_beam/typehints/trivial_inference_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,10 +486,7 @@ def testRowMissingAttr(self):
[row_type.RowTypeConstraint.from_fields([('x', int), ('y', str)])])

def testFString(self):
self.assertReturnType(
str,
lambda x, y: f'{x}: {y:0.2}',
[str, float])
self.assertReturnType(str, lambda x, y: f'{x}: {y:0.2}', [str, float])

def testPyCallable(self):
self.assertReturnType(
Expand Down

0 comments on commit a2f45af

Please sign in to comment.