Skip to content

Commit 072982c

Browse files
sixoletDaniel Li
authored and
Daniel Li
committed
Remove second empty line in mypy_extensions (python#1237)
1 parent 718854d commit 072982c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

third_party/2and3/mypy_extensions.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ from typing import Dict, Type, TypeVar, Optional, Union
22

33
_T = TypeVar('_T')
44

5-
65
def TypedDict(typename: str, fields: Dict[str, Type[_T]]) -> Type[dict]: ...
76

87
def Arg(type: _T = ..., name: Optional[str] = ...) -> _T: ...

0 commit comments

Comments
 (0)