Skip to content

Commit 35ca77c

Browse files
committed
Fix style
1 parent 85229c4 commit 35ca77c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/unit/Tosca.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,8 @@ def test_tosca_repo(self):
518518

519519
# Test with a full URL in the template_file and not in the repo
520520
tosca_yaml = yaml.safe_load(tosca_data)
521-
tosca_yaml["imports"][0]["template_file"] = "https://raw.githubusercontent.com/grycap/tosca/main/templates/simple-node-disk.yml"
521+
tosca_yaml["imports"][0]["template_file"] = \
522+
"https://raw.githubusercontent.com/grycap/tosca/main/templates/simple-node-disk.yml"
522523
tosca = Tosca(yaml.safe_dump(tosca_yaml))
523524
_, radl = tosca.to_radl()
524525
radl = parse_radl(str(radl))

0 commit comments

Comments
 (0)