Skip to content

Commit

Permalink
Fix ResolveIssue -> FixIssue in steps module (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
CTY-git authored Jan 16, 2025
1 parent 497cbac commit 5a7c523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patchwork/steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"ExtractModelResponse",
"ExtractPackageManagerFile",
"FilterBySimilarity",
"FixIssue",
"GenerateCodeRepositoryEmbeddings",
"GenerateEmbeddings",
"LLM",
Expand All @@ -91,7 +92,6 @@
"ReadPRDiffs",
"ReadPRDiffsPB",
"ReadPRs",
"ResolveIssue",
"ScanDepscan",
"ScanSemgrep",
"ScanSonar",
Expand Down

0 comments on commit 5a7c523

Please sign in to comment.