Skip to content

Commit 77c8867

Browse files
wip
1 parent c6438ab commit 77c8867

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/main/java/com/influxdb/v3/client/internal/NanosecondConverter.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
*/
2222
package com.influxdb.v3.client.internal;
2323

24-
import com.influxdb.v3.client.write.WritePrecision;
25-
import org.apache.arrow.vector.types.pojo.ArrowType;
26-
import org.apache.arrow.vector.types.pojo.Field;
27-
2824
import javax.annotation.Nonnull;
2925
import javax.annotation.Nullable;
3026
import java.math.BigDecimal;
@@ -36,8 +32,10 @@
3632
import java.util.Map;
3733
import java.util.concurrent.TimeUnit;
3834
import java.util.function.Function;
39-
35+
import com.influxdb.v3.client.write.WritePrecision;
4036
import static java.util.function.Function.identity;
37+
import org.apache.arrow.vector.types.pojo.ArrowType;
38+
import org.apache.arrow.vector.types.pojo.Field;
4139

4240
/**
4341
* Nanosecond converter.

0 commit comments

Comments
 (0)