Black formatting

This commit is contained in:
Tom Christie 2018-07-13 13:44:42 +01:00
parent d0c921f239
commit d7e8896fa9
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ def test_headers_mutablecopy():
c["a"] = "abc"
assert c.items() == [("a", "abc"), ("b", "789")]
def test_queryparams():
q = QueryParams([("a", "123"), ("a", "456"), ("b", "789")])
assert "a" in q