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

Commit 67529be

Browse files
committed
Add accidentally removed new line
1 parent fbd7e4c commit 67529be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def request(self, method, url, body=None, headers=None):
235235
:returns: A stream ID for the request.
236236
"""
237237
headers = headers or {}
238+
238239
# Concurrency
239240
#
240241
# It's necessary to hold a lock while this method runs to satisfy H2

0 commit comments

Comments
 (0)