Skip to content

Commit c93359d

Browse files
jkschneiderclaude
andcommitted
Add missing RecipeBundleResolver import to PythonRewriteRpc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 915926a commit c93359d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rewrite-python/src/main/java/org/openrewrite/python/rpc/PythonRewriteRpc.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import lombok.RequiredArgsConstructor;
2020
import org.jspecify.annotations.Nullable;
2121
import org.openrewrite.*;
22+
import org.openrewrite.marketplace.RecipeBundleResolver;
2223
import org.openrewrite.marketplace.RecipeMarketplace;
2324
import org.openrewrite.python.*;
2425
import org.openrewrite.python.marker.PythonResolutionResult;

0 commit comments

Comments
 (0)