Skip to content

Commit 5588731

Browse files
authored
fix: remove await
1 parent b1aea49 commit 5588731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/_impl/_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ def send(self, message: Dict) -> None:
176176
self._output.write(
177177
len(data).to_bytes(4, byteorder="little", signed=False) + data
178178
)
179-
await self._output.drain()
179+
self._output.drain()

0 commit comments

Comments
 (0)