diff options
Diffstat (limited to 'libmat2/abstract.py')
| -rw-r--r-- | libmat2/abstract.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat2/abstract.py b/libmat2/abstract.py index 9b510f6..aaf00d7 100644 --- a/libmat2/abstract.py +++ b/libmat2/abstract.py | |||
| @@ -37,4 +37,5 @@ class AbstractParser(abc.ABC): | |||
| 37 | """ | 37 | """ |
| 38 | :raises RuntimeError: Raised if the cleaning process went wrong. | 38 | :raises RuntimeError: Raised if the cleaning process went wrong. |
| 39 | """ | 39 | """ |
| 40 | # pylint: disable=unnecessary-pass | ||
| 40 | pass # pragma: no cover | 41 | pass # pragma: no cover |
