diff --git a/pyghmi/redfish/command.py b/pyghmi/redfish/command.py index 7ec2d5af..dec7773b 100644 --- a/pyghmi/redfish/command.py +++ b/pyghmi/redfish/command.py @@ -21,7 +21,6 @@ for redfish compliant endpoints import base64 from datetime import datetime from datetime import timedelta -from fnmatch import fnmatch import json import os import re diff --git a/pyghmi/redfish/oem/lenovo/xcc.py b/pyghmi/redfish/oem/lenovo/xcc.py index 548fb6df..39a6fed9 100644 --- a/pyghmi/redfish/oem/lenovo/xcc.py +++ b/pyghmi/redfish/oem/lenovo/xcc.py @@ -14,6 +14,7 @@ import errno +import fnmatch import json import math import os