Skip to content

Commit 32e0fdc

Browse files
authored
replace "nocover"
1 parent 1fea01a commit 32e0fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/prettier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_pygments():
4141
import pygments
4242
from pygments.formatters import Terminal256Formatter
4343
from pygments.lexers import PythonLexer
44-
except ImportError:
44+
except ImportError: # pragma: no cover
4545
return None, None, None
4646
else:
4747
return pygments, PythonLexer(), Terminal256Formatter(style='vim')

0 commit comments

Comments
 (0)