Skip to content

Commit 79e2010

Browse files
committed
updated no cover
1 parent abe2b62 commit 79e2010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_pandas_backports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _impl(name, *args, **kwargs):
3333
raise result_raise
3434
else:
3535
return result_return
36-
else: # pragma: no cover
36+
else: # pragma: NO COVER
3737
return REAL_IMPORT(name, *args, **kwargs)
3838

3939
return _impl

0 commit comments

Comments
 (0)