.. _broken-collections-callable: broken-collections-callable / E6005 =================================== **Message emitted:** 'collections.abc.Callable' inside Optional and Union is broken in 3.9.0 / 3.9.1 (use 'typing.Callable' instead) **Description:** *``collections.abc.Callable`` inside Optional and Union is broken in Python 3.9.0 and 3.9.1. Use ``typing.Callable`` for these cases instead. https://bugs.python.org/issue42965* Created by ``typing`` checker