Skip to content

Commit 4bd2e57

Browse files
committed
fix linters
1 parent 67cd632 commit 4bd2e57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/unit_tests/braket/circuits/test_circuit_pulse_sequence.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,7 @@ def port():
485485

486486
@pytest.fixture
487487
def frame_1(port):
488-
return Frame(
489-
frame_id="frame_1", frequency=2e9, port=port, phase=0, is_predefined=False
490-
)
488+
return Frame(frame_id="frame_1", frequency=2e9, port=port, phase=0, is_predefined=False)
491489

492490

493491
@pytest.fixture

0 commit comments

Comments
 (0)