Skip to content

Commit

Permalink
Fix new pylint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemin committed Nov 28, 2024
1 parent 0b3335e commit 6879997
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipcompilemulti/features/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class ClickOption:
def __init__(self,
long_option='',
short_option='',
*,
is_flag=False,
default=None,
multiple=False,
Expand Down

0 comments on commit 6879997

Please sign in to comment.