mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 16:48:27 +08:00
apply black and isort (#4287)
* apply black and isort * move some type ignores
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from typing import TypeVar, Any
|
||||
from typing import Any, TypeVar
|
||||
|
||||
_FT = TypeVar('_FT')
|
||||
_FT = TypeVar("_FT")
|
||||
|
||||
def register(func: _FT, *args: Any, **kargs: Any) -> _FT: ...
|
||||
|
||||
Reference in New Issue
Block a user