Skip to content

Commit

Permalink
style: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Jan 28, 2023
1 parent 3aa4f3c commit 5687fdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Runtime/safe-ds-runner/tests/codegen/test_eager_elvis.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ def test_should_evaluate_left_operand_before_right_operand() -> None:

def left() -> Any:
call_order.append("left")
return None # noqa: R1711

def right() -> Any:
call_order.append("right")
return None # noqa: R1711

eager_elvis(left(), right())

Expand Down

0 comments on commit 5687fdf

Please sign in to comment.