diff options
| author | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-03-10 11:17:34 -0800 |
|---|---|---|
| committer | Tushar Patil <tushar.vitthal.patil@gmail.com> | 2011-03-10 11:17:34 -0800 |
| commit | 25bbe2afb0be3c79264376dd6a11e2bc97847702 (patch) | |
| tree | b755571e199c3ce2011fbef4f4cf81114e223027 /nova/db | |
| parent | a74bf3381ada34f35c43d6f307fbae9abecfb255 (diff) | |
fixed formatting and redundant imports
Diffstat (limited to 'nova/db')
| -rw-r--r-- | nova/db/sqlalchemy/migrate_repo/versions/007_add_ipv6_flatmanager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/db/sqlalchemy/migrate_repo/versions/007_add_ipv6_flatmanager.py b/nova/db/sqlalchemy/migrate_repo/versions/007_add_ipv6_flatmanager.py index d14f52af1..b8514c439 100644 --- a/nova/db/sqlalchemy/migrate_repo/versions/007_add_ipv6_flatmanager.py +++ b/nova/db/sqlalchemy/migrate_repo/versions/007_add_ipv6_flatmanager.py @@ -12,7 +12,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
-from lib2to3.fixer_util import String
from sqlalchemy import *
from migrate import *
|
