Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 38e528c

Browse files
committed
Remove unused local variable
1 parent 46f4b1b commit 38e528c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hyper/http20/connection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ def _new_stream(self, stream_id=None, local_closed=False):
507507
"""
508508
Returns a new stream object for this connection.
509509
"""
510-
window_size = self._settings[SettingsFrame.INITIAL_WINDOW_SIZE]
511510
s = Stream(
512511
stream_id or self.next_stream_id, self._send_cb, self._recv_cb,
513512
self._close_stream, self.encoder, self.decoder,

0 commit comments

Comments
 (0)