]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixes pep8 nit
authorZhongyue Luo <zhongyue.nah@intel.com>
Tue, 27 Nov 2012 02:29:29 +0000 (10:29 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Tue, 27 Nov 2012 02:29:29 +0000 (10:29 +0800)
Removes a space

Change-Id: I8bd949cff4e18cb7707a4bccb3546f82a8354a68

quantum/plugins/nicira/nicira_nvp_plugin/QuantumPlugin.py

index 16b0e7c994782b35509ab3cafd17369a5475b12e..8931767458186b69b511cf7f42561f2f3136e003 100644 (file)
@@ -844,7 +844,7 @@ class NvpPluginV2(db_base_plugin_v2.QuantumDbPluginV2):
         nvplib.delete_port(cluster, port)
 
         LOG.debug("delete_port() completed for tenant: %s" % context.tenant_id)
-        return  super(NvpPluginV2, self).delete_port(context, id)
+        return super(NvpPluginV2, self).delete_port(context, id)
 
     def get_port(self, context, id, fields=None):
         """