summaryrefslogtreecommitdiffstats
path: root/newton/newton/pub
diff options
context:
space:
mode:
Diffstat (limited to 'newton/newton/pub')
-rw-r--r--newton/newton/pub/exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/newton/newton/pub/exceptions.py b/newton/newton/pub/exceptions.py
index b750d0a8..2adf0ffa 100644
--- a/newton/newton/pub/exceptions.py
+++ b/newton/newton/pub/exceptions.py
@@ -15,4 +15,3 @@ class VimDriverNewtonException(Exception):
super(VimDriverNewtonException, self).__init__(message)
self.status_code = status_code
self.content = content
- pass