Skip to content

Commit 47ea290

Browse files
author
Joan Massich
committed
fix docstest
1 parent 2077fca commit 47ea290

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

imblearn/utils/testing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ def warns(expected_warning, match=None):
159159
... warnings.warn("this is not here", UserWarning)
160160
Traceback (most recent call last):
161161
...
162-
AssertionError: 'must be \d+$' pattern not found in ['this is not here']
163-
...
164162
"""
165163
with _warns(expected_warning) as record:
166164
yield

0 commit comments

Comments
 (0)