Skip to content

Commit 8dd7ca7

Browse files
committed
formating
1 parent 2e756de commit 8dd7ca7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/compas_invocations2/grasshopper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ def yakerize(
174174
os.rename(taget_file, new_filename)
175175

176176

177-
@invoke.task(help={"yak_file": "Path to the .yak file to publish.", "test_server": "True to publish to the test server."})
177+
@invoke.task(
178+
help={"yak_file": "Path to the .yak file to publish.", "test_server": "True to publish to the test server."}
179+
)
178180
def publish_yak(ctx, yak_file: str, test_server: bool = False):
179181
"""Publish a YAK package to the YAK server."""
180182

0 commit comments

Comments
 (0)