mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 17:12:47 +08:00
Update pyright to 1.1.278 (#9077)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -8,9 +8,11 @@ from typing_extensions import Literal, TypeAlias
|
||||
import pkg_resources
|
||||
from PyInstaller import HOMEPATH as HOMEPATH
|
||||
from PyInstaller.depend.imphookapi import PostGraphAPI
|
||||
from PyInstaller.utils.hooks import conda as conda_support
|
||||
from PyInstaller.utils.hooks import conda
|
||||
from PyInstaller.utils.hooks.win32 import get_pywin32_module_file_attribute as get_pywin32_module_file_attribute
|
||||
|
||||
conda_support = conda
|
||||
|
||||
_Environ: TypeAlias = SupportsKeysAndGetItem[str, str] | Iterable[tuple[str, str]] | Mapping[str, str]
|
||||
|
||||
PY_IGNORE_EXTENSIONS: set[str]
|
||||
|
||||
Reference in New Issue
Block a user