lint: appease autopep8

This commit is contained in:
Simon de Vlieger 2022-09-09 12:15:31 +02:00
parent b07aca5d86
commit e330e82cf0

View file

@ -30,7 +30,7 @@ class TestAssemblers(test.TestBase):
def run_assembler(self, osb, name, options, output_path):
with open(os.path.join(self.locate_test_data(),
"manifests/filesystem.json"),
encoding="utf8") as f:
encoding="utf8") as f:
manifest = json.load(f)
manifest["pipeline"] = dict(
manifest["pipeline"],
@ -115,7 +115,7 @@ class TestAssemblers(test.TestBase):
with self.osbuild as osb:
with open(os.path.join(self.locate_test_data(),
"manifests/fedora-ostree-commit.json"),
encoding="utf8") as f:
encoding="utf8") as f:
manifest = json.load(f)
data = json.dumps(manifest)