Skip to content

Commit 017f0e4

Browse files
committed
Fix
1 parent 2e2f927 commit 017f0e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_multipart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def __exit__(
106106

107107

108108
class Response:
109-
def __init__(self, headers: HeadersDictProxy[str], content: Stream) -> None:
109+
def __init__(self, headers: HeadersDictProxy, content: Stream) -> None:
110110
self.headers = headers
111111
self.content = content
112112

0 commit comments

Comments
 (0)