Remove logging leftovers
In commit Ibdb4f6ea0abc56cb98bdc57547bc3b4370f9875b the code stopped using logging and switched to oslo_log instead. This patch removes some leftovers logging imports Change-Id: Ib9d8be4f3801a375321a00f5fa4ed4619aebc1fc
This commit is contained in:
parent
4aac83661a
commit
4a01663196
@ -16,9 +16,9 @@
|
||||
import base64
|
||||
from cryptography import fernet
|
||||
import hashlib
|
||||
import logging
|
||||
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
|
||||
from vmware_nsx.db import db as nsx_db
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
import logging
|
||||
from oslo_log import log as logging
|
||||
|
||||
from vmware_nsx.plugins.nsx_v3 import cert_utils
|
||||
from vmware_nsx.shell.admin.plugins.common import constants
|
||||
|
Loading…
x
Reference in New Issue
Block a user