Remove unused import from PowerOfTwoOrNotTest (#5015)

style: remove unused import from `PowerOfTwoOrNotTest.java`
This commit is contained in:
Piotr Idzik
2024-01-13 10:04:32 +01:00
committed by GitHub
parent 8804cec957
commit 9426053f73

View File

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