Commit aa33415
authored
Replace redundant list comprehension with generator (#3040)
* Replace redundant list comprehension with generator
* Partially revert
There is no such thing as a "tuple comprehension":
https://stackoverflow.com/questions/52285419/aggregating-an-async-generator-to-a-tuple#52285420
Fixes CI error:
FAILED tests/test_group.py::test_create_hierarchy_existing_nodes[zarr2-async-array-memory] - TypeError: 'async_generator' object is not iterable1 parent d615783 commit aa33415
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments