mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused variable
This commit is contained in:
parent
8f2f8a5b53
commit
a897bb389c
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ def to_dict(obj):
|
|||
for key in dir(obj):
|
||||
value = getattr(obj, key)
|
||||
if key == 'virtual_ips':
|
||||
virtual_ips = []
|
||||
instance[key] = []
|
||||
for vip in value:
|
||||
vip_dict = {}
|
||||
|
|
Loading…
Reference in a new issue