Skip to content

Commit

Permalink
refactor: adjust imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Jun 8, 2023
1 parent 5b9ea49 commit 614dc8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static java.lang.Boolean.TRUE;
import static java.util.Collections.emptyList;

import java.time.Duration;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
Expand Down Expand Up @@ -34,7 +33,6 @@
import io.quarkus.opentelemetry.runtime.tracing.DropTargetsSampler;
import io.quarkus.opentelemetry.runtime.tracing.TracerRecorder;
import io.quarkus.opentelemetry.runtime.tracing.TracerUtil;
import io.quarkus.runtime.configuration.DurationConverter;
import io.smallrye.config.ConfigValue;
import io.smallrye.config.NameIterator;
import io.smallrye.config.SmallRyeConfig;
Expand Down

0 comments on commit 614dc8d

Please sign in to comment.