Skip to content

Commit a9e43b8

Browse files
committed
Cosmetic: satisfy black
1 parent 5dbfc90 commit a9e43b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

invoke/tasks.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ def get_arguments(self):
256256
if self.help:
257257
raise ValueError(
258258
"Help field was set for params that didn't exist: {}".format(
259-
list(self.help.keys())))
259+
list(self.help.keys())
260+
)
261+
)
260262
return args
261263

262264

0 commit comments

Comments
 (0)