Skip to content

Commit 4e0b9c1

Browse files
committed
Mark unused test function with noqa
The function doesn't exist, but the test is never called.
1 parent 69afb82 commit 4e0b9c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/tests/rlocus_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_root_locus_zoom(self):
134134
ax_rlocus.set_xlim((-10.813628105112421, 14.760795435937652))
135135
ax_rlocus.set_ylim((-35.61713798641108, 33.879716621220311))
136136
plt.get_current_fig_manager().toolbar.mode = 'zoom rect'
137-
_RLClickDispatcher(event, system, fig, ax_rlocus, '-')
137+
_RLClickDispatcher(event, system, fig, ax_rlocus, '-') # noqa: F821
138138

139139
zoom_x = ax_rlocus.lines[-2].get_data()[0][0:5]
140140
zoom_y = ax_rlocus.lines[-2].get_data()[1][0:5]

0 commit comments

Comments
 (0)