Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rayz committed Oct 18, 2023
1 parent 02ca784 commit 72503f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/datadog/jmxfetch/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.datadog.jmxfetch;

import org.datadog.jmxfetch.util.InstanceTelemetry;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
Expand All @@ -11,7 +9,6 @@
import java.util.Map.Entry;
import java.util.Set;


public class Configuration {

private Map<String, Object> conf;
Expand Down

0 comments on commit 72503f8

Please sign in to comment.