Format code

Code didn't get well formatted when jenkins unusable.

Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
Haibo Lin 2021-03-02 18:19:05 +08:00
parent 735bfaa0d6
commit b217470464
27 changed files with 214 additions and 89 deletions

View file

@ -204,7 +204,8 @@ class TestRunrootKoji(helpers.PungiTestCase):
def setUp(self):
super(TestRunrootKoji, self).setUp()
self.compose = helpers.DummyCompose(
self.topdir, {"runroot": True, "runroot_tag": "f28-build"},
self.topdir,
{"runroot": True, "runroot_tag": "f28-build"},
)
self.runroot = Runroot(self.compose)