Skip to content

Commit

Permalink
Fix up imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 8, 2024
1 parent 7b1956a commit 8e1acc6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import net.bytebuddy.dynamic.loading.ClassLoadingStrategy;
import net.bytebuddy.dynamic.loading.PackageDefinitionStrategy;
import net.bytebuddy.implementation.bytecode.StackSize;
import net.bytebuddy.pool.TypePool;
import net.bytebuddy.test.packaging.SimpleType;
import net.bytebuddy.test.scope.EnclosingType;
import net.bytebuddy.test.utility.JavaVersionRule;
Expand All @@ -27,7 +26,6 @@
import org.junit.Test;
import org.junit.rules.MethodRule;
import org.objectweb.asm.*;
import org.objectweb.asm.signature.SignatureWriter;

import java.io.Serializable;
import java.lang.annotation.Annotation;
Expand Down

0 comments on commit 8e1acc6

Please sign in to comment.