We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4a31d commit ef661c4Copy full SHA for ef661c4
1 file changed
tests/integration/motors/test_hybridmotor.py
@@ -3,8 +3,8 @@
3
import numpy as np
4
5
6
-@patch("matplotlib.pyplot.show") # pylint: disable=unused-argument
7
-def test_hybrid_motor_info(mock_show, hybrid_motor):
+@patch("matplotlib.pyplot.show")
+def test_hybrid_motor_info(mock_show, hybrid_motor): # pylint: disable=unused-argument
8
"""Tests the HybridMotor.all_info() method.
9
10
Parameters
0 commit comments