summaryrefslogtreecommitdiffstats
path: root/nova/notifications.py
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-01-25 20:34:03 +0000
committerJoe Gordon <jogo@cloudscaling.com>2013-01-28 21:37:32 +0000
commit8af6c6b885ccefec2de2e2a52a1f8456a971d570 (patch)
tree8df51bd1cd40715c963c810cf5a39e2b1aca7e3b /nova/notifications.py
parentce09c50c9253131396f713edbf11ca427341be0e (diff)
downloadnova-8af6c6b885ccefec2de2e2a52a1f8456a971d570.tar.gz
nova-8af6c6b885ccefec2de2e2a52a1f8456a971d570.tar.xz
nova-8af6c6b885ccefec2de2e2a52a1f8456a971d570.zip
Make sure there are no unused import
Remove all currently unused imports Prevent future unused imports Change-Id: I6ac26d5c71b79952a7732db300355a00310c712e
Diffstat (limited to 'nova/notifications.py')
-rw-r--r--nova/notifications.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/notifications.py b/nova/notifications.py
index 65428d03f..f40fff7f2 100644
--- a/nova/notifications.py
+++ b/nova/notifications.py
@@ -21,7 +21,6 @@ the system.
import nova.context
from nova import db
-from nova import exception
from nova.image import glance
from nova import network
from nova.network import model as network_model