Skip to content

Commit cd84d0b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Import LOG where it is used" into stable/2025.1
2 parents ee55604 + 1d5c1e8 commit cd84d0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

keystone/api/validation/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@
1616
import typing as ty
1717

1818
import flask
19+
from oslo_log import log
1920
from oslo_serialization import jsonutils
2021

2122
from keystone.api.validation import validators
2223
import keystone.conf
2324
from keystone import exception
2425

2526
CONF = keystone.conf.CONF
27+
LOG = log.getLogger(__name__)
2628

2729

2830
def validated(cls):

0 commit comments

Comments
 (0)