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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user