mirror of
https://github.com/espressif/openthread.git
synced 2026-08-25 11:49:51 +00:00
[python] remove unnecessary calls to dict.keys() (#4576)
This commit is contained in:
@@ -93,7 +93,7 @@ class TestRouteTable(unittest.TestCase):
|
||||
|
||||
for _node in self.nodes.values():
|
||||
router_table = _node.router_table()
|
||||
self.assertEqual(set(router_table.keys()), router_ids)
|
||||
self.assertEqual(set(router_table), router_ids)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user