10BC0 ruff check fixes · python-control/python-control@5aca44a · GitHub
[go: up one dir, main page]

Skip to content

Commit 5aca44a

Browse files
committed
ruff check fixes
1 parent ca6f3da commit 5aca44a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

control/tests/nyquist_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,7 @@ def test_nyquist_rescale():
551551

552552
# Bad value
553553
with pytest.raises(ValueError, match="blend_fraction must be between"):
554-
cplt = ct.nyquist_plot(
555-
sys, indent_direction='left', blend_fraction=1.2)
554+
ct.nyquist_plot(sys, indent_direction='left', blend_fraction=1.2)
556555

557556

558557
if __name__ == "__main__":

0 commit comments

Comments
 (0)
0