File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99from .typed import ManageEngineInputs , ManageEngineOutputs
1010
1111
12- class ManageEngineStep (Step , input_class = ManageEngineInputs , output_class = ManageEngineOutputs ):
12+ class ManageEngine (Step , input_class = ManageEngineInputs , output_class = ManageEngineOutputs ):
1313 def __init__ (self , inputs : ManageEngineInputs ):
1414 super ().__init__ (inputs )
1515
Original file line number Diff line number Diff line change 3333from patchwork .steps .GitHubAgent .GitHubAgent import GitHubAgent
3434from patchwork .steps .JoinList .JoinList import JoinList
3535from patchwork .steps .LLM .LLM import LLM
36- from patchwork .steps .ManageEngine .ManageEngineStep import ManageEngineStep
36+ from patchwork .steps .ManageEngine .ManageEngine import ManageEngine
3737from patchwork .steps .ModifyCode .ModifyCode import ModifyCode
3838from patchwork .steps .ModifyCodeOnce .ModifyCodeOnce import ModifyCodeOnce
3939from patchwork .steps .PR .PR import PR
109109 "JoinListPB" ,
110110 "GetTypescriptTypeInfo" ,
111111 "BrowserUse" ,
112- "ManageEngineStep " ,
112+ "ManageEngine " ,
113113]
You can’t perform that action at this time.
0 commit comments