fix import (#12529)
This commit is contained in:
parent
a30f2ae8df
commit
36ba5a39c5
|
|
@ -18,7 +18,8 @@
|
|||
package org.apache.dolphinscheduler.plugin.alert.script;
|
||||
|
||||
import org.apache.dolphinscheduler.alert.api.AlertResult;
|
||||
import org.apache.dolphinscheduler.spi.utils.StringUtils;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Map;
|
||||
|
|
|
|||
Loading…
Reference in New Issue