From d7e8896fa9526934ac6fd154d64faa5ee94133be Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 13 Jul 2018 13:44:42 +0100 Subject: [PATCH] Black formatting --- tests/test_datastructures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_datastructures.py b/tests/test_datastructures.py index 999d03e3..35daba2c 100644 --- a/tests/test_datastructures.py +++ b/tests/test_datastructures.py @@ -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