Keep literal_eval

This commit is contained in:
svcvit 2025-03-20 13:21:37 +08:00
parent a677be1996
commit 1f46d69e9e

View File

@ -1,5 +1,5 @@
from ast import literal_eval
import json
from ast import literal_eval
from collections.abc import Generator, Mapping, Sequence
from typing import Any, cast