Skip to content

Commit 6d03e4a

Browse files
Update Lib/test/test_asyncio/test_sendfile.py
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 19edc6b commit 6d03e4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_asyncio/test_sendfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ def test_sock_sendfile_offset(self):
258258
with self.subTest(offset=offset, force_fallback=force_fallback):
259259
self.check_sock_sendfile_offset(data, offset, force_fallback)
260260

261-
262261
def check_sendfile_offset(self, offset, fallback):
263262
srv_proto, cli_proto = self.prepare_sendfile()
264263
self.file.seek(123)

0 commit comments

Comments
 (0)