This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.4
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev-2.1.4 by this push:
new 73f72901f [Improve] import package minor improvement
73f72901f is described below
commit 73f72901f46feb9d3a714b9aefe452e5552b2dc0
Author: benjobs <[email protected]>
AuthorDate: Sat Apr 6 15:32:43 2024 +0800
[Improve] import package minor improvement
---
.../main/scala/org/apache/streampark/flink/core/conf/ParameterCli.scala | 2 --
1 file changed, 2 deletions(-)
diff --git
a/streampark-flink/streampark-flink-shims/streampark-flink-shims-base/src/main/scala/org/apache/streampark/flink/core/conf/ParameterCli.scala
b/streampark-flink/streampark-flink-shims/streampark-flink-shims-base/src/main/scala/org/apache/streampark/flink/core/conf/ParameterCli.scala
index 400acc47b..4b72bbe17 100644
---
a/streampark-flink/streampark-flink-shims/streampark-flink-shims-base/src/main/scala/org/apache/streampark/flink/core/conf/ParameterCli.scala
+++
b/streampark-flink/streampark-flink-shims/streampark-flink-shims-base/src/main/scala/org/apache/streampark/flink/core/conf/ParameterCli.scala
@@ -22,8 +22,6 @@ import org.apache.streampark.common.util.PropertiesUtils
import org.apache.commons.cli.{DefaultParser, Options}
-import java.net.URLClassLoader
-
import scala.collection.mutable
import scala.collection.mutable.ArrayBuffer
import scala.util.{Failure, Success, Try}