Fix some whitespace (#2433)

This commit is contained in:
Adrian Sampson 2017-02-11 19:24:47 -05:00
parent 2fcb68afd8
commit 86c8cffa6c

View file

@ -32,13 +32,12 @@ import six
class CheckerCommandException(Exception):
"""Raised when running a checker failed.
Attributes:
checker: Checker command name.
path: Path to the file being validated.
errno: Error number from the checker execution error.
msg: Message from the checker execution error.
"""
def __init__(self, cmd, oserror):