From 6e9ddbb0297ec8252401507364dbb087c20e57d9 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Mon, 6 Dec 2021 16:33:29 -0800 Subject: [PATCH] dut_profile: Unused parameters Signed-off-by: Matthew Stidham --- py-json/dut_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/dut_profile.py b/py-json/dut_profile.py index d02e1978..aa1a9f28 100644 --- a/py-json/dut_profile.py +++ b/py-json/dut_profile.py @@ -53,7 +53,7 @@ class DUTProfile(LFCliBase): if name in self.__dict__: self.__dict__[name] = value - def create(self, name=None, param_=None, flags=None, flags_mask=None, notes=None): + def create(self, name=None, flags=None, flags_mask=None): data = {} if (name is not None) and (name != ""): data["name"] = name