mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-18 09:55:59 +08:00
Update pytype_test to be compatible with the latest pytype version. (#8551)
We moved some files around =)
This commit is contained in:
@@ -19,7 +19,7 @@ import traceback
|
||||
from collections.abc import Sequence
|
||||
|
||||
from pytype import config as pytype_config, load_pytd # type: ignore[import]
|
||||
from pytype.pytd import typeshed # type: ignore[import]
|
||||
from pytype.imports import typeshed # type: ignore[import]
|
||||
|
||||
TYPESHED_SUBDIRS = ["stdlib", "stubs"]
|
||||
TYPESHED_HOME = "TYPESHED_HOME"
|
||||
|
||||
Reference in New Issue
Block a user