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:
@@ -6,13 +6,10 @@ from io import TextIOWrapper
|
||||
from re import Pattern
|
||||
from string import Template
|
||||
from time import struct_time
|
||||
from types import FrameType, TracebackType
|
||||
from types import FrameType, GenericAlias, TracebackType
|
||||
from typing import Any, ClassVar, Final, Generic, Literal, Protocol, TextIO, TypeVar, overload
|
||||
from typing_extensions import Self, TypeAlias, deprecated
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
from types import GenericAlias
|
||||
|
||||
__all__ = [
|
||||
"BASIC_FORMAT",
|
||||
"BufferingFormatter",
|
||||
|
||||
Reference in New Issue
Block a user