remove unused LOG
This is to remove unused LOG to keep code clean. Change-Id: Iaf511b4d61590a9e014ab6a37a2c2b91c3916238
This commit is contained in:
parent
eff0936543
commit
f2cc77cba0
@ -10,14 +10,11 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from keystoneauth1 import _utils as utils
|
||||
from keystoneauth1 import discover
|
||||
from keystoneauth1.identity.generic import base
|
||||
from keystoneauth1.identity import v2
|
||||
from keystoneauth1.identity import v3
|
||||
|
||||
LOG = utils.get_logger(__name__)
|
||||
|
||||
|
||||
class Token(base.BaseGenericPlugin):
|
||||
"""Generic token auth plugin.
|
||||
|
Loading…
Reference in New Issue
Block a user