This code: ```python from typing import Tuple Tuple[int] ``` fails with a strange message. ``` Value of type "object" is not indexable ``` I believe this should not be an error at all.