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 2c05265 commit 1e1a586Copy full SHA for 1e1a586
requirements-tests.txt
@@ -1,5 +1,5 @@
1
mypy==0.971
2
-pytype==2022.8.3; platform_system != "Windows"
+pytype==2022.8.17; platform_system != "Windows"
3
# must match .pre-commit-config.yaml
4
black==22.6.0
5
tests/pytype_test.py
@@ -19,7 +19,7 @@
19
from collections.abc import Sequence
20
21
from pytype import config as pytype_config, load_pytd # type: ignore[import]
22
-from pytype.pytd import typeshed # type: ignore[import]
+from pytype.imports import typeshed # type: ignore[import]
23
24
TYPESHED_SUBDIRS = ["stdlib", "stubs"]
25
TYPESHED_HOME = "TYPESHED_HOME"
0 commit comments