diff options
| author | Jason Koelker <jason@koelker.net> | 2011-09-16 13:52:06 -0500 |
|---|---|---|
| committer | Jason Koelker <jason@koelker.net> | 2011-09-16 13:52:06 -0500 |
| commit | 364802336339eee72fdacd0ee2935822f7bfdc93 (patch) | |
| tree | 4ee64803ec1b2706784ed97627b9afea0ad28a98 | |
| parent | d468902389d794c97f7dcb678cfac8e9d9b53bce (diff) | |
pep8
| -rw-r--r-- | nova/tests/test_compute.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_compute.py b/nova/tests/test_compute.py index 2de2ce38e..2fd812cf9 100644 --- a/nova/tests/test_compute.py +++ b/nova/tests/test_compute.py @@ -719,7 +719,6 @@ class ComputeTestCase(test.TestCase): def fake_nw_info(*args, **kwargs): return [(0, {'ips':['dummy']})] - i_ref = self._get_dummy_instance() c = context.get_admin_context() |
