Skip to content

Commit

Permalink
CI fix for breaking Python lint
Browse files Browse the repository at this point in the history
Fixes pylint by forcing keyword arguments.
  • Loading branch information
kaczmarczyck committed Sep 24, 2024
1 parent 4563193 commit 2af3bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ class RemoveConstAction(argparse.Action):
def __init__(self,
option_strings,
dest,
*,
const,
default=None,
required=False,
Expand Down

0 comments on commit 2af3bf8

Please sign in to comment.