We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe2b62 commit 79e2010Copy full SHA for 79e2010
tests/unit/test_pandas_backports.py
@@ -33,7 +33,7 @@ def _impl(name, *args, **kwargs):
33
raise result_raise
34
else:
35
return result_return
36
- else: # pragma: no cover
+ else: # pragma: NO COVER
37
return REAL_IMPORT(name, *args, **kwargs)
38
39
return _impl
0 commit comments