Skip to content

Commit 09fe847

Browse files
committed
added back accidental deletion
1 parent e99483c commit 09fe847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/test_pandas_backports.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def _impl(name, *args, **kwargs):
3636
else:
3737
return REAL_IMPORT(name, *args, **kwargs) # pragma: no cover
3838

39+
return _impl
40+
3941

4042
@mock.patch("builtins.__import__")
4143
def test_import_default_module_found(mock_import):

0 commit comments

Comments
 (0)