🤖 自动格式化代码 [skip ci]

This commit is contained in:
github-actions[bot]
2025-05-21 01:20:30 +00:00
parent e82a5f7d47
commit 6730b60e0a

View File

@@ -1,6 +1,7 @@
import json import json
from json_repair import repair_json from json_repair import repair_json
def _find_unclosed(json_str): def _find_unclosed(json_str):
""" """
Identifies the unclosed braces and brackets in the JSON string. Identifies the unclosed braces and brackets in the JSON string.