Skip to content

Commit 404063e

Browse files
committed
pep8: fix PEP8 issue
Signed-off-by: Evloev Sayfuddin <[email protected]>
1 parent 5344f4e commit 404063e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyipmi/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def __init__(self, msg=None):
9191
def __str__(self):
9292
return "{}".format(self.msg)
9393

94+
9495
class IpmiLongPasswordError(Exception):
9596
"""Password longer than 20 bytes."""
9697
def __init__(self, msg=None):

0 commit comments

Comments
 (0)