mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -20,8 +20,7 @@ EXTENDED_ATTRIBUTE_ENDS: Final[set[str]]
|
||||
|
||||
def quote_string(value: Any) -> str: ...
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
rfc2047_matcher: Pattern[str]
|
||||
rfc2047_matcher: Pattern[str]
|
||||
|
||||
class TokenList(list[TokenList | Terminal]):
|
||||
token_type: str | None
|
||||
|
||||
Reference in New Issue
Block a user