diff options
Diffstat (limited to 'pylint/testutils/pyreverse.py')
-rw-r--r-- | pylint/testutils/pyreverse.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/testutils/pyreverse.py b/pylint/testutils/pyreverse.py index f70fe540f..ac72def41 100644 --- a/pylint/testutils/pyreverse.py +++ b/pylint/testutils/pyreverse.py @@ -8,7 +8,8 @@ from typing import List, Optional, Tuple # A NamedTuple is not possible as some tests need to modify attributes during the test. class PyreverseConfig: # pylint: disable=too-many-instance-attributes, too-many-arguments """Holds the configuration options for Pyreverse. - The default values correspond to the defaults of the options' parser.""" + The default values correspond to the defaults of the options' parser. + """ def __init__( self, |