This code: ```python from typing import * from typing_extensions import Protocol ``` leads to a weird error: ``` Incompatible import of "Protocol" (imported name has type "typing_extensions._SpecialForm", local name has type "typing._SpecialForm") ```