mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
[pyre] Fix typo in click/decorators (#4044)
This commit is contained in:
4
third_party/2and3/click/decorators.pyi
vendored
4
third_party/2and3/click/decorators.pyi
vendored
@@ -14,11 +14,11 @@ _Callback = Callable[
|
||||
Any
|
||||
]
|
||||
|
||||
def pass_context(_T) -> _T:
|
||||
def pass_context(__f: _T) -> _T:
|
||||
...
|
||||
|
||||
|
||||
def pass_obj(_T) -> _T:
|
||||
def pass_obj(__f: _T) -> _T:
|
||||
...
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user