Skip to content

Commit f674a89

Browse files
committed
lgtm 2
1 parent b014615 commit f674a89

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/testbed_setup/test_gen_spy_testbed.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ def _interface_key(interface):
3737
"""Get interface key to sort."""
3838
return list(map(int, interface.lstrip("Ethernet").split("/")))
3939

40-
def _to_string(obj):
41-
"""Convert unicodes in obj to strings"""
42-
return yaml.safe_load(json.dumps(obj))
43-
4440
hostnames = tbinfo["duts"]
4541
connections = conn_graph_facts["device_conn"]
4642

0 commit comments

Comments
 (0)