Merge "TrivialFix: Remove logging import unused"

This commit is contained in:
Jenkins 2016-08-25 05:01:47 +00:00 committed by Gerrit Code Review
commit 43e75294d0
1 changed files with 0 additions and 3 deletions

View File

@ -10,8 +10,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log
from keystone.cmd.doctor import caching
from keystone.cmd.doctor import credential
from keystone.cmd.doctor import database
@ -24,7 +22,6 @@ from keystone.i18n import _
CONF = keystone.conf.CONF
LOG = log.getLogger(__name__)
SYMPTOM_PREFIX = 'symptom_'
SYMPTOM_MODULES = [