Skip to content

Commit da5cd58

Browse files
committed
Remove unused import
1 parent 49a97d6 commit da5cd58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rewrite-python/src/main/resources/META-INF/rewrite/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
type: specs.openrewrite.org/v1beta/example
1616
recipeName: org.openrewrite.python.ChangeMethodName
1717
examples:
18-
- description: ''
18+
- description: '`ChangeMethodNameTest#renameMethod`'
1919
parameters:
2020
- print
2121
- println
@@ -34,7 +34,7 @@ examples:
3434
type: specs.openrewrite.org/v1beta/example
3535
recipeName: org.openrewrite.python.format.PythonSpaces
3636
examples:
37-
- description: ''
37+
- description: '`PythonSpacesTest#formatAfterWithNewLines`'
3838
sources:
3939
- before: |
4040
class Foo:

rewrite-python/src/test/java/org/openrewrite/python/PythonParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import org.assertj.core.api.SoftAssertions;
1919
import org.junit.jupiter.api.Test;
2020
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
21-
import org.openrewrite.ParseExceptionResult;
2221
import org.openrewrite.SourceFile;
2322
import org.openrewrite.python.tree.Py;
2423
import org.openrewrite.test.RewriteTest;

0 commit comments

Comments
 (0)