Skip to content

Commit

Permalink
fix lint issue in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amalfra committed Jun 25, 2022
1 parent 0265255 commit a9468f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker_hub/libs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def readable_memory_format(size):
return f'{formatted_size} {size_name[i]}'


#pylint: disable=too-few-public-methods
class CondAction(argparse.Action):
""" A custom argparse action to support required arguments """
def __init__(self, option_strings, dest, nargs=None, **kwargs):
Expand Down

0 comments on commit a9468f8

Please sign in to comment.