`du()` does not function properly because it tries to run `sum()` over an async generator, which doesn't work.
du()does not function properly because it tries to runsum()over an async generator, which doesn't work.