chore: remove unused utils
This commit is contained in:
parent
723705b94f
commit
870f20dde9
|
@ -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])
|
Loading…
Reference in New Issue
Block a user