Skip to content

Commit

Permalink
changed imports lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Nov 1, 2024
1 parent 1932dc8 commit 095f633
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/thealgorithms/maths/NthUglyNumber.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.util.ArrayList;
import java.util.Map;
import org.apache.commons.lang3.tuple.MutablePair;

import static java.util.Collections.singletonList;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;

import org.junit.jupiter.api.Test;

public class CoinChangeTest {
Expand Down

0 comments on commit 095f633

Please sign in to comment.