diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 58f0ccb9..365c290a 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -287,6 +287,7 @@ def _fix_key_value(key: str, value: str): def load_yaml(review_text: str) -> dict: + test = 1 review_text = review_text.removeprefix('```yaml').rstrip('`') try: data = yaml.safe_load(review_text)