Update formatting.

This commit is contained in:
Felix Fontein
2026-01-18 11:39:59 +01:00
parent f078c3d1a3
commit 14e6eb471b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ def frames_iter_no_tty(socket: SocketLike) -> t.Generator[tuple[int, bytes]]:
not enabled.
"""
while True:
(stream, n) = next_frame_header(socket)
stream, n = next_frame_header(socket)
if n < 0:
break
while n > 0: