Skip to content

Commit e99483c

Browse files
committed
added no cover line
1 parent f1ba856 commit e99483c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/unit/test_pandas_backports.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ def _impl(name, *args, **kwargs):
3434
else:
3535
return result_return
3636
else:
37-
return REAL_IMPORT(name, *args, **kwargs)
38-
39-
return _impl
37+
return REAL_IMPORT(name, *args, **kwargs) # pragma: no cover
4038

4139

4240
@mock.patch("builtins.__import__")

0 commit comments

Comments
 (0)