2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-15 04:07:48 +00:00

Correct typo in import

Change-Id: I40ebc51dc23e7c7360b50b8fb760ca6e88196ea1
This commit is contained in:
Jarrod Johnson 2019-06-07 13:08:35 -04:00
parent c56b9bbabb
commit f24d199b7b

View File

@ -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