Closed patjakdev closed 1 year ago
mypy expects the type of __await__ to be a Generator rather than an Iterator.
mypy
__await__
Generator
Iterator
mypy
expects the type of__await__
to be aGenerator
rather than anIterator
.