Skip to content

Commit 2d970fd

Browse files
authored
CI fix for breaking Python lint (#705)
Fixes pylint by forcing keyword arguments.
1 parent 4563193 commit 2d970fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.py

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ class RemoveConstAction(argparse.Action):
215215
def __init__(self,
216216
option_strings,
217217
dest,
218+
*,
218219
const,
219220
default=None,
220221
required=False,

0 commit comments

Comments
 (0)