From 4a064e7cc65d795af6656764bda07b314dcf5a35 Mon Sep 17 00:00:00 2001 From: Vlad Spoiala Date: Mon, 16 Jan 2023 19:03:40 +0200 Subject: [PATCH] Fix fnmatch import. Change-Id: I0256149c169a1f15a4956795f65562d6d3fd5034 --- pyghmi/redfish/command.py | 1 - pyghmi/redfish/oem/lenovo/xcc.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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