mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
test
This commit is contained in:
parent
c5f9bbbf92
commit
67b61d722d
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue