Skip to content

Commit 527f6c1

Browse files
[refacto] Fix import
1 parent 6a0d032 commit 527f6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/flink-2-api/src/test/scala/org/apache/flinkx/api/StreamExecutionEnvironmentTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class StreamExecutionEnvironmentTest extends AnyFlatSpec with Matchers with Inte
2424
}
2525

2626
it should "create a stream from a sequence" in {
27-
import org.apache.flinkx.api.serializers.*
27+
import org.apache.flinkx.api.serializers._
2828
val typeInfo = implicitly[TypeInformation[Long]]
2929

3030
val stream = env.fromSequence(1, 100)

0 commit comments

Comments
 (0)