Skip to content

Commit

Permalink
pep8: fix PEP8 issue
Browse files Browse the repository at this point in the history
Signed-off-by: Evloev Sayfuddin <[email protected]>
  • Loading branch information
FrenkenFlores committed Jan 7, 2025
1 parent 5344f4e commit 404063e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyipmi/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def __init__(self, msg=None):
def __str__(self):
return "{}".format(self.msg)


class IpmiLongPasswordError(Exception):
"""Password longer than 20 bytes."""
def __init__(self, msg=None):
Expand Down

0 comments on commit 404063e

Please sign in to comment.