TrivialFix: Remove unused variable

This patch removes unused variable in

glance/db/sqlalchemy/api.py

Change-Id: Ic43a8fd8c3715a3cf427085f0552340bf7054353
This commit is contained in:
Nguyen Hung Phuong 2016-09-08 15:04:56 +07:00
parent e822301130
commit acb3ce08c3
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ from glance.db.sqlalchemy import models
from glance import glare as ga
from glance.i18n import _, _LW, _LI
BASE = models.BASE
sa_logger = None
LOG = logging.getLogger(__name__)