From e816d2f33cb95d9efb77d368518ae5cbfb5e24fc Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Tue, 2 May 2017 13:25:09 -0700 Subject: [PATCH] Remove second empty line --- third_party/2and3/mypy_extensions.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/2and3/mypy_extensions.pyi b/third_party/2and3/mypy_extensions.pyi index 48bdac21fedd..2d9d81d37714 100644 --- a/third_party/2and3/mypy_extensions.pyi +++ b/third_party/2and3/mypy_extensions.pyi @@ -2,7 +2,6 @@ from typing import Dict, Type, TypeVar, Union _T = TypeVar('_T') - def TypedDict(typename: str, fields: Dict[str, Type[_T]]) -> Type[dict]: ... # Return type that indicates a function does not return.