TrivialFix: Remove unused variable
This patch removes unused variable in glance/db/sqlalchemy/api.py Change-Id: Ic43a8fd8c3715a3cf427085f0552340bf7054353
This commit is contained in:
parent
e822301130
commit
acb3ce08c3
@ -56,7 +56,6 @@ from glance.db.sqlalchemy import models
|
|||||||
from glance import glare as ga
|
from glance import glare as ga
|
||||||
from glance.i18n import _, _LW, _LI
|
from glance.i18n import _, _LW, _LI
|
||||||
|
|
||||||
BASE = models.BASE
|
|
||||||
sa_logger = None
|
sa_logger = None
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user