diff --git a/third_party/3/typed_ast/ast27.pyi b/third_party/3/typed_ast/ast27.pyi index c4bf4f6b8..ac775a02c 100644 --- a/third_party/3/typed_ast/ast27.pyi +++ b/third_party/3/typed_ast/ast27.pyi @@ -345,7 +345,7 @@ class arguments(AST): vararg = ... # type: Optional[identifier] kwarg = ... # type: Optional[identifier] defaults = ... # type: typing.List[expr] - type_comments = ... # type: typing.List[str] + type_comments = ... # type: typing.List[Optional[str]] class keyword(AST): arg = ... # type: identifier