Skip to content

Commit

Permalink
Remove unused imports (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored May 15, 2024
1 parent 61e40c6 commit 1eedb6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/com/pivovarit/collectors/ArchitectureTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
import com.tngtech.archunit.junit.AnalyzeClasses;
import com.tngtech.archunit.junit.ArchTest;
import com.tngtech.archunit.lang.ArchRule;
import org.junit.jupiter.api.Disabled;

import static com.tngtech.archunit.core.domain.JavaModifier.FINAL;
import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.classes;


@AnalyzeClasses(packages = "com.pivovarit", importOptions = ImportOption.DoNotIncludeTests.class)
class ArchitectureTest {

Expand Down

0 comments on commit 1eedb6b

Please sign in to comment.