.remove_curly_brackets: Remove Curly Brackets from Strings
Description
This function replaces all curly brackets in the input strings with parentheses.
Usage
.remove_curly_brackets(errors)
Value
A list of strings with curly brackets replaced by parentheses.
Arguments
- errors
A list of strings that may contain curly brackets.