mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
dut_profile: Unused parameters
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user