From 39d09719f4145600ba4fc104fbcced09d15b9fb9 Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Sep 08 2020 01:11:33 +0000 Subject: Make black 20.8b1 happy This is the latest release of black currently. --- diff --git a/server/tests/test_views.py b/server/tests/test_views.py index b29c075..a1aaa57 100644 --- a/server/tests/test_views.py +++ b/server/tests/test_views.py @@ -1351,7 +1351,8 @@ class TestViews(ViewBaseTest): ) data = json.loads(rv.get_data(as_text=True)) self.assertEqual( - data["parent_pungi_compose_ids"], "Fedora-1-1 Fedora-2-2", + data["parent_pungi_compose_ids"], + "Fedora-1-1 Fedora-2-2", ) def test_query_compose(self):