Skip to content

Commit c96a64d

Browse files
sixoletJukkaL
authored andcommitted
Remove second empty line in mypy_extensions (#1237)
1 parent 6a9d74d commit c96a64d

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)