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

Commit 931374f

Browse files
committed
Fixup lint errors in contrib.py
1 parent a1f4e91 commit 931374f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hyper/contrib.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def get_all(self, name, default=None):
150150
def getheaders(self, name):
151151
return self.get_all(name, [])
152152

153-
154153
response.raw._original_response = orig = FakeOriginalResponse(None)
155154
orig.version = 20
156155
orig.status = resp.status

0 commit comments

Comments
 (0)