Skip to content

Commit 36d5e8a

Browse files
committed
Remove unused variable docstring in test_iosys_container_classes
1 parent 3729d89 commit 36d5e8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

control/tests/docstrings_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ def test_iosys_container_classes(cls):
524524
# Create a system that we can scan for attributes
525525
sys = cls(states=2, outputs=1, inputs=1)
526526

527-
docstring = inspect.getdoc(cls)
528527
with warnings.catch_warnings():
529528
warnings.simplefilter('ignore') # debug via sphinx, not here
530529
doc = npd.FunctionDoc(cls)

0 commit comments

Comments
 (0)