Remove unused import

See gh-21722
This commit is contained in:
Scott Frederick 2021-02-18 17:39:59 -06:00
parent f54f784f80
commit e3e229cc3d

View File

@ -33,7 +33,6 @@ import org.apache.commons.compress.archivers.tar.TarArchiveInputStream;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledOnOs;
import org.junit.jupiter.api.condition.EnabledOnOs;
import org.junit.jupiter.api.condition.OS;
import org.junit.jupiter.api.io.TempDir;