diff --git a/python/tests/test_util.py b/python/tests/test_util.py index a7b94794b..4e6c31820 100644 --- a/python/tests/test_util.py +++ b/python/tests/test_util.py @@ -286,18 +286,6 @@ p2 : str, optional Remaining description """ - invalid_docstring = """ - Function description - - Parameters ---------- - p0 : numpy.ndarray, shape (...,4) - p0 description 1 - p0 description 2 - p1 : int, optional - p1 description - - Remaining description - """ expected = """ Function description