optimize imports

This commit is contained in:
Zoë Gidiere
2025-06-28 19:05:20 -06:00
parent 923cb08b37
commit 71953c90a2
24 changed files with 31 additions and 58 deletions

View File

@@ -17,11 +17,11 @@
package profiler;
import org.junit.jupiter.api.Test;
import com.dfsek.terra.api.profiler.Profiler;
import com.dfsek.terra.profiler.ProfilerImpl;
import org.junit.jupiter.api.Test;
public class ProfilerTest {
private static final Profiler PROFILER = new ProfilerImpl();