Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjaskula-aws committed Mar 21, 2024
1 parent 67cd632 commit 4bd2e57
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,7 @@ def port():

@pytest.fixture
def frame_1(port):
return Frame(
frame_id="frame_1", frequency=2e9, port=port, phase=0, is_predefined=False
)
return Frame(frame_id="frame_1", frequency=2e9, port=port, phase=0, is_predefined=False)


@pytest.fixture
Expand Down

0 comments on commit 4bd2e57

Please sign in to comment.