The i18n function is used but not imported

This function is used in this file but never imported.

Change-Id: Ic9e2de7505a11c4fa9267fbde2989db31e14dd34
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
Doug Goldstein 2024-12-06 08:44:28 -06:00
parent afd59e3da9
commit 42d05e9a0d
No known key found for this signature in database

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__)