File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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
98from patchwork .steps .BrowserUse .typed import BrowserUseInputs , BrowserUseOutputs
9+ from patchwork .steps .SimplifiedLLMOnce .SimplifiedLLMOnce import SimplifiedLLMOnce
1010
1111logger = logging .getLogger (__name__ )
1212
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 patchwork .steps . CallCode2Prompt . 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 patchwork .steps . ExtractPackageManagerFile . 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