Skip to content

Commit cb3c3a2

Browse files
committed
Ruff run again
Runned ruff again to fit the python -m ruff format --check
1 parent d9d99dd commit cb3c3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_solidmotor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
@patch("matplotlib.pyplot.show")
5-
def test_solid_motor_info(mock_show, cesaroni_m1670): # pylint: disable=unused-argument
5+
def test_solid_motor_info(mock_show, cesaroni_m1670): # pylint: disable=unused-argument
66
"""Tests the SolidMotor.all_info() method.
77
88
Parameters

0 commit comments

Comments
 (0)