We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's another async generator breakage similar to #489 , still present in 2.21.1:
https://github.com/home-assistant/core/blob/da7b29285561d351d035e264911ff4d96b08799f/tests/components/vera/common.py#L102
controller_data=tuple( [ await self._configure_component(hass, controller_config) for controller_config in configs ] )
Removing that list comprehension results in the same TypeError: 'async_generator' object is not iterable
TypeError: 'async_generator' object is not iterable
The text was updated successfully, but these errors were encountered:
Thanks for raising another useful report!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Here's another async generator breakage similar to #489 , still present in 2.21.1:
https://github.com/home-assistant/core/blob/da7b29285561d351d035e264911ff4d96b08799f/tests/components/vera/common.py#L102
Removing that list comprehension results in the same
TypeError: 'async_generator' object is not iterable
The text was updated successfully, but these errors were encountered: