remove comment [skip ci]

This commit is contained in:
Will McGugan
2023-01-26 16:31:41 +01:00
parent ff7f176444
commit c850221873

View File

@@ -797,7 +797,6 @@ class App(Generic[ReturnType], DOMNode):
app = self
driver = app._driver
assert driver is not None
# await asyncio.sleep(0.02)
await wait_for_idle(0)
for key in keys:
if key == "_":