tests/test-batching.py
changeset 52644 e627cc25b6f3
parent 51699 ca7bde5dbafb
--- a/tests/test-batching.py	Sun Jan 05 22:23:31 2025 -0500
+++ b/tests/test-batching.py	Sun Jan 05 22:26:16 2025 -0500
@@ -191,8 +191,7 @@
                 )
             ],
         )
-        for r in res.split(b';'):
-            yield r
+        yield from res.split(b';')
 
     @contextlib.contextmanager
     def commandexecutor(self):