soonvalley04 commited on
Commit
cc6adb5
·
verified ·
1 Parent(s): a6d0e1d

Delete test_parse.py

Browse files
Files changed (1) hide show
  1. test_parse.py +0 -4
test_parse.py DELETED
@@ -1,4 +0,0 @@
1
- import re
2
- text = '{"action_type": "delegate", "target_agent": "netops", "instruction_payload": {"action_type": "throttle_bandwidth", "target_id": "dc2_router--dc3_router", "parameters": {"limit_pct": 10}}}'
3
- match = re.search(r'\{.*\}', text, re.DOTALL)
4
- print(match.group(0))