From 5d8a80c6e30dfcf120598cc4796f5311b9e03892 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 31 Jan 2020 14:01:52 -0500 Subject: [PATCH] Remove vestigial argument of abandoned API choice This API choice was aborted before it began, clean it up. Change-Id: I0abd43e5c8f5286e1b7e3562a5e9519045b8a9d3 --- pyghmi/ipmi/oem/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/ipmi/oem/generic.py b/pyghmi/ipmi/oem/generic.py index 0a0966a2..3f2d323f 100644 --- a/pyghmi/ipmi/oem/generic.py +++ b/pyghmi/ipmi/oem/generic.py @@ -340,7 +340,7 @@ class OEMHandler(object): """ return {} - def get_bmc_configuration(self, extended): + def get_bmc_configuration(self): """Get additional BMC parameters This allows a bmc to return arbitrary key-value pairs.