Skip to content

Commit 3dbff47

Browse files
Fix linting error
1 parent 63179db commit 3dbff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/interceptors/urllib_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ def test_without_body_response_length_is_zero():
5555
pook.get("http://example.com").reply(200)
5656
res = urlopen("http://example.com")
5757

58-
assert res.read() == b''
58+
assert res.read() == b""
5959
assert res.length == 0
6060
assert res.version == 11

0 commit comments

Comments
 (0)