Skip to content

Commit

Permalink
RAT-98: Rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Feb 10, 2025
1 parent 16a7756 commit a9b1166
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@

import java.nio.file.Path;
import java.util.List;
import java.util.stream.Stream;
import org.apache.rat.config.exclusion.MatcherSet;
import org.apache.rat.config.exclusion.plexus.SelectorUtils;
import org.apache.rat.document.DocumentName;
import org.apache.rat.document.DocumentNameMatcher;
import org.apache.rat.document.DocumentNameMatcherTest;
import org.apache.rat.document.FSInfoTest;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.condition.EnabledOnOs;
Expand All @@ -37,7 +35,6 @@
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import org.junit.jupiter.params.provider.Arguments;

import static org.assertj.core.api.Assertions.assertThat;

Expand Down

0 comments on commit a9b1166

Please sign in to comment.