mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 12:11:28 +08:00
Remove unused import from PowerOfTwoOrNotTest
(#5015)
style: remove unused import from `PowerOfTwoOrNotTest.java`
This commit is contained in:
@ -3,7 +3,6 @@ package com.thealgorithms.maths;
|
||||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
import java.util.Map;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class PowerOfTwoOrNotTest {
|
||||
|
Reference in New Issue
Block a user