lint: appease autopep8
This commit is contained in:
parent
b07aca5d86
commit
e330e82cf0
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue