fix(fmt):

This commit is contained in:
Alexander Myasoedov
2024-04-25 21:35:14 +03:00
parent 83b7c298cc
commit 4f4da2f136
4 changed files with 10 additions and 12 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
from inline_snapshot import snapshot
from .data import prepare_prompts, ProbeDataset
from .data import ProbeDataset, prepare_prompts
class TestPreparePrompts: