Merge "TrivialFix: Remove logging import unused"
This commit is contained in:
commit
43e75294d0
@ -10,8 +10,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo_log import log
|
|
||||||
|
|
||||||
from keystone.cmd.doctor import caching
|
from keystone.cmd.doctor import caching
|
||||||
from keystone.cmd.doctor import credential
|
from keystone.cmd.doctor import credential
|
||||||
from keystone.cmd.doctor import database
|
from keystone.cmd.doctor import database
|
||||||
@ -24,7 +22,6 @@ from keystone.i18n import _
|
|||||||
|
|
||||||
|
|
||||||
CONF = keystone.conf.CONF
|
CONF = keystone.conf.CONF
|
||||||
LOG = log.getLogger(__name__)
|
|
||||||
|
|
||||||
SYMPTOM_PREFIX = 'symptom_'
|
SYMPTOM_PREFIX = 'symptom_'
|
||||||
SYMPTOM_MODULES = [
|
SYMPTOM_MODULES = [
|
||||||
|
Loading…
Reference in New Issue
Block a user