Merge "TrivialFix: Remove unused variable"

This commit is contained in:
Jenkins 2016-10-07 17:38:24 +00:00 committed by Gerrit Code Review
commit aa42287992
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__)