Skip to content

Commit 7151e73

Browse files
committed
Get flake8 working from pre-commit
1 parent 52b644d commit 7151e73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_responses.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,7 @@ def test__process_response_body_and_headers(encoding, content_type):
441441
"utf-16-le",
442442
),
443443
(
444-
"""<html><head><meta http-equiv="Content-Type" content="text/html; charset="gb2312">
445-
</head><body>✨</body></html>""",
444+
"""<html><head><meta http-equiv="Content-Type" content="text/html; charset="gb2312"></head><body>✨</body></html>""",
446445
"✨",
447446
"gb18030",
448447
None,

0 commit comments

Comments
 (0)