From f0790c5cf0717eb5dfc05948cc27a61ce7d1fd74 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 27 2022 01:02:07 +0000 Subject: black: split a couple of lines black wants this lines split now for some reason, though they're under 100 chars. Oh well. Signed-off-by: Adam Williamson --- diff --git a/src/wikitcms/event.py b/src/wikitcms/event.py index f0ed0a3..f8b69f2 100644 --- a/src/wikitcms/event.py +++ b/src/wikitcms/event.py @@ -280,7 +280,11 @@ class ValidationEvent: object. """ return cls( - pageobj.site, pageobj.release, pageobj.milestone, pageobj.compose, dist=pageobj.dist, + pageobj.site, + pageobj.release, + pageobj.milestone, + pageobj.compose, + dist=pageobj.dist, ) diff --git a/tests/test_result.py b/tests/test_result.py index 73d9da7..91f36a7 100644 --- a/tests/test_result.py +++ b/tests/test_result.py @@ -706,7 +706,11 @@ The explanation of test case priority is available at [[QA:Fedora_12_Install_Tes name="Podman", ) self._check_resultrow( - rows[5], "QA:Testcase_base_selinux", "Basic", cols, {"x86_64": 1, "aarch64": 1}, + rows[5], + "QA:Testcase_base_selinux", + "Basic", + cols, + {"x86_64": 1, "aarch64": 1}, ) self._check_resultrow( rows[6],