Fixes pep8 nit

Removes a space

Change-Id: I8bd949cff4e18cb7707a4bccb3546f82a8354a68
This commit is contained in:
Zhongyue Luo 2012-11-27 10:29:29 +08:00
parent d95c4a8a1e
commit c6c8022b45

View 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):
"""