From f24d199b7bfccc0537021c4b8d6494b6c1dce775 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 7 Jun 2019 13:08:35 -0400 Subject: [PATCH] Correct typo in import Change-Id: I40ebc51dc23e7c7360b50b8fb760ca6e88196ea1 --- pyghmi/redfish/oem/lenovo/xcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/redfish/oem/lenovo/xcc.py b/pyghmi/redfish/oem/lenovo/xcc.py index a9775060..c6806e39 100644 --- a/pyghmi/redfish/oem/lenovo/xcc.py +++ b/pyghmi/redfish/oem/lenovo/xcc.py @@ -16,7 +16,7 @@ import pyghmi.redfish.oem.generic as generic from pyghmi.util.parse import parse_time import errno import json -improt math +import math import socket import time import pyghmi.ipmi.private.util as util