fix import (#12529)

This commit is contained in:
caishunfeng 2022-10-25 21:39:06 +08:00 committed by zhuangchong
parent a30f2ae8df
commit 36ba5a39c5
1 changed files with 2 additions and 1 deletions

View File

@ -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;