pep8: deprecation
parent
899ea4de82
commit
4827d1451e
|
@ -278,7 +278,7 @@ class AristaL2Interface(object):
|
|||
"""
|
||||
(rc, out, err) = self.run_command("netdev l2interface list")
|
||||
collection = json.loads(out)
|
||||
return collection.get('result').has_key(self.interface_id)
|
||||
return self.interface_id in collection.get('result')
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in New Issue