mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 02:19:18 +08:00
Fix stdlib stubtest for latest Python patch releases (#13812)
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ class Untokenizer:
|
||||
prev_col: int
|
||||
encoding: str | None
|
||||
def add_whitespace(self, start: _Position) -> None: ...
|
||||
if sys.version_info >= (3, 13):
|
||||
if sys.version_info >= (3, 12):
|
||||
def add_backslash_continuation(self, start: _Position) -> None: ...
|
||||
|
||||
def untokenize(self, iterable: Iterable[_Token]) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user