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

Commit 5d18737

Browse files
committed
Fixup linting errors in test/test_headers.py.
1 parent 07145de commit 5d18737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
import pytest
55

6+
67
class TestHTTPHeaderMap(object):
78
def test_header_map_can_insert_single_header(self):
89
h = HTTPHeaderMap()
@@ -276,4 +277,3 @@ def test_replacing(self):
276277
(b'name3', b'value3'),
277278
(b'name4', b'other_value'),
278279
]
279-

0 commit comments

Comments
 (0)