Remove unused logging import

Change-Id: Ica3568dd9c10a1e02a063af491b2fd4f2a1a2134
This commit is contained in:
Anh Tran 2017-02-20 11:23:13 +07:00
parent fa43f4c116
commit 9c736a3560
1 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@ import ast
import copy
import importlib
import json
import logging
import re
import string
import sys
@ -29,7 +28,6 @@ from six.moves import html_parser
from six.moves.urllib import parse as urlparse
CONF = cfg.CONF
LOG = logging.getLogger(__name__)
_iterators = {}
_string_var_objs = {}