]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Black formatting 25/head
authorTom Christie <tom@tomchristie.com>
Fri, 13 Jul 2018 12:44:42 +0000 (13:44 +0100)
committerTom Christie <tom@tomchristie.com>
Fri, 13 Jul 2018 12:44:42 +0000 (13:44 +0100)
tests/test_datastructures.py

index 999d03e34d6c91b338d3a4b7b119e900b14686b7..35daba2c4968bd7cc92112cd709fc4a21533cc3b 100644 (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