diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-12 20:32:35 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-12 20:33:36 +0200 |
| commit | 6cdb4c46613892c550013a74d76033717e1f72ef (patch) | |
| tree | 9b593cacb0e0b41e463583e81d0689896ba18b8a /kconfiglib.py | |
| parent | 3d59127ca3a3138d255887f45af90bc91b37713c (diff) | |
Remove redundant 'pass' from exception classes
The docstrings make the body non-empty already.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 82edcb6..afd4a78 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -4313,13 +4313,11 @@ class KconfigSyntaxError(Exception): """ Exception raised for syntax errors. """ - pass class InternalError(Exception): """ Exception raised for internal errors. """ - pass # # Public functions |
