Skip to content

Commit 42a3aa5

Browse files
committed
Add an explicit encoding to test_chunked_response.
This is to workaround an isort bug that appears fixed in master, where the Transfer-Encoding: chunked line is interpreted as an encoding for the file.
1 parent a948dfb commit 42a3aa5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_chunked_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# encoding: utf-8
12
"""
23
Test for supporting streamed responses (Transfer-Encoding: chunked)
34
"""

0 commit comments

Comments
 (0)