remove ruff

This commit is contained in:
2026-05-24 00:05:10 -04:00
parent 87a578f1de
commit 4eea8583de
4 changed files with 5 additions and 64 deletions
+1 -1
View File
@@ -291,4 +291,4 @@ def embedding(
raw = json.loads(raw)
if not isinstance(raw, list):
raw = list(raw)
return raw
return list[float](raw)