2
0
mirror of https://opendev.org/x/pyghmi synced 2026-05-13 18:04:19 +00:00

Remove vestigial argument of abandoned API choice

This API choice was aborted before it began, clean it up.

Change-Id: I0abd43e5c8f5286e1b7e3562a5e9519045b8a9d3
This commit is contained in:
Jarrod Johnson
2020-01-31 14:01:52 -05:00
parent 296f7d30dd
commit 5d8a80c6e3
+1 -1
View File
@@ -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.