Skip to content

Commit

Permalink
Remove second empty line in mypy_extensions (python#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixolet authored and Daniel Li committed May 22, 2017
1 parent 718854d commit 072982c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion third_party/2and3/mypy_extensions.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from typing import Dict, Type, TypeVar, Optional, Union

_T = TypeVar('_T')


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

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

0 comments on commit 072982c

Please sign in to comment.