From c36328b7d70ebe0d92e79812552b07322a6e66f1 Mon Sep 17 00:00:00 2001 From: Erik Johansson Date: Sun, 7 Oct 2018 19:13:35 +0200 Subject: [PATCH] Remove unused imports --- .../openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java index a08aa082..ccff9009 100644 --- a/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java +++ b/android_app/app/src/main/java/com/health/openscale/core/bluetooth/lib/TrisaBodyAnalyzeLib.java @@ -19,12 +19,8 @@ import android.support.annotation.Nullable; import com.health.openscale.core.datatypes.ScaleMeasurement; -import java.time.Clock; import java.util.Date; -import static java.util.concurrent.TimeUnit.MILLISECONDS; -import static java.util.concurrent.TimeUnit.SECONDS; - /** * Class with static helper methods. This is a separate class for testing purposes. *