Skip to content

Commit f8c4f06

Browse files
committed
reformat with black-19.10b0
1 parent 11564e3 commit f8c4f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwlupgrader/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main(args=None): # type: (Optional[List[str]]) -> int
3838
elif document["cwlVersion"] == "v1.0":
3939
document = v1_0_to_v1_1(document)
4040
ruamel.yaml.scalarstring.walk_tree(document)
41-
print (ruamel.yaml.round_trip_dump(document, default_flow_style=False))
41+
print(ruamel.yaml.round_trip_dump(document, default_flow_style=False))
4242
return 0
4343

4444

0 commit comments

Comments
 (0)