Skip to content

Commit adf228d

Browse files
committed
Ignore prompt_toolkit v1 import in coverage report
1 parent 0a7a1b0 commit adf228d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/human.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from prompt_toolkit import prompt
66
from prompt_toolkit.validation import ValidationError, Validator
77

8-
try: # prompt_toolkit v1
8+
try: # pragma: no cover
99
from prompt_toolkit.styles import style_from_dict
1010
from prompt_toolkit.token import Token
1111

0 commit comments

Comments
 (0)