summaryrefslogtreecommitdiff
path: root/pygerrit/error.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygerrit/error.py')
-rw-r--r--pygerrit/error.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/pygerrit/error.py b/pygerrit/error.py
index 51ab039..d52eb6c 100644
--- a/pygerrit/error.py
+++ b/pygerrit/error.py
@@ -2,4 +2,7 @@
class GerritError(Exception):
- ''' Raised when something goes wrong in Gerrit handling. '''
+
+ """ Raised when something goes wrong in Gerrit handling. """
+
+ pass