summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-12 20:32:35 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-12 20:33:36 +0200
commit6cdb4c46613892c550013a74d76033717e1f72ef (patch)
tree9b593cacb0e0b41e463583e81d0689896ba18b8a /kconfiglib.py
parent3d59127ca3a3138d255887f45af90bc91b37713c (diff)
Remove redundant 'pass' from exception classes
The docstrings make the body non-empty already.
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
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