global: fix PEP-8 formatting

This patch was generated by running `autopep8 --diff` on the
source tree and then applying the diff.
This commit is contained in:
Christian Kellner 2022-08-04 16:59:11 +02:00
parent bb644cdd07
commit f05078f66e
20 changed files with 36 additions and 28 deletions

View file

@ -35,7 +35,6 @@ class TestUtilLorax(test.TestBase):
if not os.path.exists(target):
self.fail(f"Path {target} does not exists")
def test_script(self):
with tempfile.TemporaryDirectory(dir="/var/tmp") as tmp:
root = os.path.join(tmp, "root")
@ -81,7 +80,6 @@ class TestUtilLorax(test.TestBase):
data = f.read().strip()
self.assertEqual(data, "osbuild-42")
def test_script_errors(self):
with tempfile.TemporaryDirectory(dir="/var/tmp") as tmp:
root = os.path.join(tmp, "root")