mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Just use plain Callable
This commit is contained in:
parent
6b696c2339
commit
8e6bf9e982
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from typing import TYPE_CHECKING, Any, Callable, TypeVar, cast
|
|||
if TYPE_CHECKING:
|
||||
from libcst._typed_visitor import CSTTypedBaseFunctions # noqa: F401
|
||||
|
||||
FuncType = Callable[["CSTTypedBaseFunctions", ...], None]
|
||||
FuncType = Callable
|
||||
F = TypeVar("F", bound=FuncType)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue