mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove second empty line in mypy_extensions (#1237)
This commit is contained in:
committed by
Jukka Lehtosalo
parent
6a9d74d1c7
commit
c96a64d421
1
third_party/2and3/mypy_extensions.pyi
vendored
1
third_party/2and3/mypy_extensions.pyi
vendored
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user