chore: remove unused utils

This commit is contained in:
张泊明518370910136 2025-02-27 01:25:56 -05:00
parent 723705b94f
commit 870f20dde9
GPG Key ID: D47306D7062CDA9D

View File

@ -1,7 +0,0 @@
from typing import Any
def safe_id(x: Any) -> str:
if not x or not isinstance(x, (tuple, list)) or len(x) == 0:
return "no_test_cases"
return str(x[0])