diff --git a/third_party/3/typed_ast/ast27.pyi b/third_party/3/typed_ast/ast27.pyi index 760efdbc8..139e58aac 100644 --- a/third_party/3/typed_ast/ast27.pyi +++ b/third_party/3/typed_ast/ast27.pyi @@ -239,7 +239,7 @@ class Num(expr): n: Union[int, float, complex] class Str(expr): - s: bytes + s: Union[str, bytes] kind: str class Attribute(expr):