Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashky committed Dec 4, 2023

Verified

This commit was signed with the committer’s verified signature.
crazy-max CrazyMax
1 parent d6c2f25 commit 153c3ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/adventofcode/flashk/day04/Card.java
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.IntStream;

@Getter
public class Card {

0 comments on commit 153c3ce

Please sign in to comment.