Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Update ruamel.yaml reference to the new api
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Marco committed Nov 19, 2023
1 parent b4f1926 commit 7e57cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/cli/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def check_if_quoted(s):

rest_lines = wo_skip_lines
result_yaml.update(
ruamel.yaml.load("".join(rest_lines), ruamel.yaml.RoundTripLoader)
yaml.load("".join(rest_lines))
)

if len(skips) != 0:
Expand Down

0 comments on commit 7e57cbe

Please sign in to comment.