Skip to content

Commit 190a325

Browse files
committed
Fix mypy error that includes this message:
src/hyperlink/test/test_hypothesis.py:19:1: note: Hint: "python3 -m pip install types-mock"
1 parent 3dd6dd9 commit 190a325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ basepython = {[default]basepython}
188188

189189
deps =
190190
mypy==0.902
191+
types-mock==0.1.1
191192

192193
{[default]deps}
193194

0 commit comments

Comments
 (0)