Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Granie Laurent committed Apr 2, 2024
1 parent 25eca20 commit e1acd38
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import nl.lexemmens.podman.config.skopeo.TestSkopeoConfigurationBuilder;

import java.io.File;

public class TestSkopeoCopyConfigurationBuilder {
private final TestSkopeoConfigurationBuilder parent;
private final SkopeoCopyConfiguration copy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.zeroturnaround.exec.ProcessExecutor;

import java.io.File;
import java.security.PublicKey;
import java.util.*;

import static nl.lexemmens.podman.enumeration.ContainerFormat.DOCKER;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import nl.lexemmens.podman.config.podman.PodmanConfiguration;
import nl.lexemmens.podman.config.podman.TestPodmanConfigurationBuilder;
import nl.lexemmens.podman.config.skopeo.SkopeoConfiguration;
import nl.lexemmens.podman.config.skopeo.TestSkopeoConfigurationBuilder;
import nl.lexemmens.podman.executor.CommandExecutorDelegate;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.logging.Log;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.mockito.junit.jupiter.MockitoExtension;
import org.zeroturnaround.exec.ProcessExecutor;

import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
Expand Down

0 comments on commit e1acd38

Please sign in to comment.