remove unused import

This commit is contained in:
Jason Koelker 2011-09-19 09:50:13 -05:00
parent 0649af4516
commit 73109cecc4

@ -19,7 +19,6 @@
Implementation of SQLAlchemy backend. Implementation of SQLAlchemy backend.
""" """
import re import re
import types
import warnings import warnings
from nova import block_device from nova import block_device