### Summary ```py from collections.abc import Callable class A(Callable[int]): # no error pass ``` ### Version _No response_