Skip to content

Commit f3d1fc7

Browse files
committed
explain type: ignore
1 parent 78b2eca commit f3d1fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from os import remove, rmdir
77
import shutil
88

9-
import pytest # type: ignore
9+
import pytest # type: ignore # no pytest in typeshed
1010
from typing import Callable, List, Tuple, Set, Optional
1111

1212
from mypy.myunit import TestCase, SkipTestCaseException

0 commit comments

Comments
 (0)