File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55
66from patchwork .common .utils .utils import mustache_render
77from patchwork .step import Step
8- from patchwork .steps import SimplifiedLLMOnce
9- from patchwork .steps .BrowserUse .typed import BrowserUseInputs , BrowserUseOutputs
8+ from patchwork .steps .SimplifiedLLMOnce .SimplifiedLLMOnce import SimplifiedLLMOnce
9+
10+ from .typed import BrowserUseInputs , BrowserUseOutputs
1011
1112logger = logging .getLogger (__name__ )
1213
Original file line number Diff line number Diff line change 11import unittest
22from pathlib import Path
33
4- from patchwork . steps import CallCode2Prompt
4+ from . CallCode2Prompt import CallCode2Prompt
55
66
77class TestCallCode2Prompt (unittest .TestCase ):
Original file line number Diff line number Diff line change 22import unittest
33from pathlib import Path
44
5- from patchwork . steps import ExtractPackageManagerFile
5+ from . ExtractPackageManagerFile import ExtractPackageManagerFile
66
77
88class TestExtractPackageManagerFile (unittest .TestCase ):
Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33from patchwork .step import Step , StepStatus
4- from patchwork .steps import ModifyCode
4+ from patchwork .steps . ModifyCode . ModifyCode import ModifyCode
55from patchwork .steps .ModifyCodeOnce .typed import (
66 ModifyCodeOnceInputs ,
77 ModifyCodeOnceOutputs ,
You can’t perform that action at this time.
0 commit comments