mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -30,11 +30,8 @@ class shlex(Iterable[str]):
|
||||
lineno: int
|
||||
token: str
|
||||
eof: str
|
||||
if sys.version_info >= (3, 7):
|
||||
@property
|
||||
def punctuation_chars(self) -> str: ...
|
||||
else:
|
||||
punctuation_chars: str
|
||||
@property
|
||||
def punctuation_chars(self) -> str: ...
|
||||
def __init__(
|
||||
self,
|
||||
instream: str | TextIO | None = ...,
|
||||
|
||||
Reference in New Issue
Block a user