mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
arg_validator: drop wrong default value for ArgValidatorIPAddr
The parameter is not used (neither by callers not the implementation). It also makes not sense. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
647080eade
commit
6e53bcf65f
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ class ArgValidatorMac(ArgValidatorStr):
|
|||
|
||||
|
||||
class ArgValidatorIPAddr(ArgValidatorDict):
|
||||
def __init__(self, name, family=None, required=False, default_value=None):
|
||||
def __init__(self, name, family=None, required=False):
|
||||
ArgValidatorDict.__init__(
|
||||
self,
|
||||
name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue