Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdClear committed Sep 25, 2023
1 parent da37aff commit 53a123c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
import com.alipay.sofa.ark.api.ResponseCode;
import com.alipay.sofa.ark.spi.model.BizOperation;
import com.alipay.sofa.serverless.arklet.core.BaseTest;
import com.alipay.sofa.serverless.arklet.core.command.meta.AbstractCommandHandler;
import com.alipay.sofa.serverless.arklet.core.health.custom.CustomBizManagerService;
import com.alipay.sofa.serverless.arklet.core.health.custom.CustomPluginManagerService;
import jdk.internal.org.objectweb.asm.Handle;
import org.junit.After;
import org.junit.Before;
import org.mockito.MockedStatic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,17 @@
*/
package com.alipay.sofa.serverless.arklet.core.command.handler;

import com.alipay.sofa.ark.api.ArkClient;
import com.alipay.sofa.serverless.arklet.core.BaseTest;
import com.alipay.sofa.serverless.arklet.core.command.builtin.BuiltinCommand;
import com.alipay.sofa.serverless.arklet.core.command.builtin.handler.HealthHandler;
import com.alipay.sofa.serverless.arklet.core.command.builtin.handler.HealthHandler.Input;
import com.alipay.sofa.serverless.arklet.core.command.meta.Command;
import com.alipay.sofa.serverless.arklet.core.command.meta.Output;
import com.alipay.sofa.serverless.arklet.core.common.exception.CommandValidationException;
import com.alipay.sofa.serverless.arklet.core.health.custom.CustomBizManagerService;
import com.alipay.sofa.serverless.arklet.core.health.custom.CustomPluginManagerService;
import com.alipay.sofa.serverless.arklet.core.health.model.Health;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

import static org.mockito.Mockito.mockStatic;

/**
* @author lunarscave
Expand Down

0 comments on commit 53a123c

Please sign in to comment.