mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 10:26:31 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
+1
-3
@@ -48,6 +48,4 @@ def walk_packages(
|
||||
path: Iterable[StrOrBytesPath] | None = None, prefix: str = "", onerror: Callable[[str], object] | None = None
|
||||
) -> Iterator[ModuleInfo]: ...
|
||||
def get_data(package: str, resource: str) -> bytes | None: ...
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
def resolve_name(name: str) -> Any: ...
|
||||
def resolve_name(name: str) -> Any: ...
|
||||
|
||||
Reference in New Issue
Block a user