summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2011-09-19 15:23:52 -0700
committerChris Behrens <cbehrens@codestud.com>2011-09-19 15:23:52 -0700
commit83023c3035746f296fd024b282c355e8499770f1 (patch)
tree94fbb90574950d5fda0bd8b2383b8f8f842da333 /nova
parentb0ca3a42995cc25852420083e431c3be5071d221 (diff)
fix unrelated pep8 issue in trunk
Diffstat (limited to 'nova')
-rwxr-xr-xnova/network/linux_net.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/network/linux_net.py b/nova/network/linux_net.py
index 2f9805fa3..9bf98fc27 100755
--- a/nova/network/linux_net.py
+++ b/nova/network/linux_net.py
@@ -824,7 +824,6 @@ class LinuxNetInterfaceDriver(object):
raise NotImplementedError()
-
# plugs interfaces using Linux Bridge
class LinuxBridgeInterfaceDriver(LinuxNetInterfaceDriver):