From: Tom Christie Date: Fri, 13 Jul 2018 12:44:42 +0000 (+0100) Subject: Black formatting X-Git-Tag: 0.1.10~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F25%2Fhead;p=thirdparty%2Fstarlette.git Black formatting --- 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