Cleanup: remove unused imports (#294)

This commit is contained in:
Luis Uguina
2020-09-08 09:00:44 +10:00
committed by GitHub
parent 2126ca63fe
commit 04be222f00
3 changed files with 0 additions and 6 deletions

View File

@@ -46,7 +46,6 @@ import java.util.regex.Matcher;
import com.sheepit.client.Configuration.ComputeType;
import com.sheepit.client.Error.Type;
import com.sheepit.client.hardware.cpu.CPU;
import com.sheepit.client.hardware.gpu.GPUDevice;
import com.sheepit.client.hardware.gpu.opencl.OpenCL;
import com.sheepit.client.os.OS;
import lombok.Data;