Skip to content

Commit

Permalink
update lockfile and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git committed Nov 4, 2024
1 parent a321e65 commit 8168d14
Show file tree
Hide file tree
Showing 3 changed files with 642 additions and 612 deletions.
3 changes: 2 additions & 1 deletion patchwork/steps/SimplifiedLLM/SimplifiedLLM.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import json
from functools import partial

from json_repair import repair_json

from patchwork.common.client.llm.utils import example_json_to_schema
from patchwork.common.utils.utils import RetryData, exclude_none_dict, retry
from patchwork.logger import logger
Expand All @@ -13,7 +15,6 @@
from patchwork.steps.SimplifiedLLM.typed import SimplifiedLLMInputs



class SimplifiedLLM(Step):
def __init__(self, inputs):
super().__init__(inputs)
Expand Down
Loading

0 comments on commit 8168d14

Please sign in to comment.