### Summary ```py from collections.abc import Callable t: type = Callable # Object of type `typing.Callable` is not assignable to `type` ``` this stems from an issue with typeshed