mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
Remove more Python 3.8 cruft (#13787)
This commit is contained in:
+1
-3
@@ -26,12 +26,10 @@ else:
|
||||
|
||||
from _typeshed import SupportsWrite
|
||||
from collections.abc import Collection, Iterable, Mapping, Sequence
|
||||
from types import GenericAlias
|
||||
from typing import Any, Generic, Literal, TypeVar, overload
|
||||
from typing_extensions import Self
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
from types import GenericAlias
|
||||
|
||||
__all__ = [
|
||||
"QUOTE_MINIMAL",
|
||||
"QUOTE_ALL",
|
||||
|
||||
Reference in New Issue
Block a user