Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
granthamtaylor committed Jan 11, 2025
1 parent e4c8a46 commit 734c2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/flytekit-optuna/tests/test_imperative.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ def test_tuple_out():

@fl.task
async def objective(x: float, y: int, z: int, power: int) -> tuple[float, float]:

y0 = (((x - 5) ** 2) + (y + 4) ** 4 + (3 * z - 3) ** 2) ** power
y1 = (((x - 2) ** 4) + (y + 1) ** 2 + (4 * z - 1))

return y0, y1


Expand Down

0 comments on commit 734c2cf

Please sign in to comment.