Python logoPython/
TYP-010

Invalid return `type hint` for async generator functionTYP-010

Major severityMajor
Type Check categoryType Check

The return type of an async generator function should be AsyncGenerator or one of its supertypes.