Skip to content

Commit ef661c4

Browse files
fix pylint
1 parent 8b4a31d commit ef661c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/motors/test_hybridmotor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import numpy as np
44

55

6-
@patch("matplotlib.pyplot.show") # pylint: disable=unused-argument
7-
def test_hybrid_motor_info(mock_show, hybrid_motor):
6+
@patch("matplotlib.pyplot.show")
7+
def test_hybrid_motor_info(mock_show, hybrid_motor): # pylint: disable=unused-argument
88
"""Tests the HybridMotor.all_info() method.
99
1010
Parameters

0 commit comments

Comments
 (0)