summaryrefslogtreecommitdiffstats
path: root/newton/newton/pub
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-08-31 15:22:18 -0500
committerVictor Morales <victor.morales@intel.com>2017-09-01 08:24:03 -0500
commit580b60e6882bfce52affb1aa730b8edd97cf574c (patch)
treea685e3c8b463906e62f7f14c37fb1ace89adceb9 /newton/newton/pub
parentad2a43325a3ccbfe2bda1c5cb132670f54da5eba (diff)
Clean up *pass* instructions
The *pass* python instruction is required in some circunstances. Change-Id: I00acab2bad03a97eba7a7e0a3298f2685f21c298 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-Id: MULTICLOUD-83
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