Merge "The i18n function is used but not imported"

This commit is contained in:
Zuul 2024-12-11 02:15:11 +00:00 committed by Gerrit Code Review
commit f42a6783b2

View File

@ -16,6 +16,7 @@ from oslo_log import log
import sushy
from ironic.common import exception
from ironic.common.i18n import _
from ironic.drivers.modules.redfish import utils as redfish_utils
LOG = log.getLogger(__name__)