Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
heyams authored and zeitlinger committed Aug 8, 2024
1 parent 9cd5ec5 commit 9ea505d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import static io.opentelemetry.semconv.incubating.HostIncubatingAttributes.HOST_NAME;
import static io.opentelemetry.semconv.incubating.HostIncubatingAttributes.HOST_TYPE;
import static io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OS_TYPE;
import static org.mockito.internal.util.Platform.OS_VERSION;
import static io.opentelemetry.semconv.incubating.OsIncubatingAttributes.OS_VERSION;

import com.google.common.base.Charsets;
import com.google.common.io.CharStreams;
Expand Down

0 comments on commit 9ea505d

Please sign in to comment.