From c288f71826d32720c0d8c54a86a50bd11b03c225 Mon Sep 17 00:00:00 2001 From: Prominence Date: Wed, 1 Aug 2018 21:00:11 +0300 Subject: [PATCH] Useless imports were removed. --- .../com/github/prominence/openweathermap/api/BasicRequester.java | 1 - .../prominence/openweathermap/api/UltravioletIndexRequester.java | 1 - 2 files changed, 2 deletions(-) diff --git a/src/main/java/com/github/prominence/openweathermap/api/BasicRequester.java b/src/main/java/com/github/prominence/openweathermap/api/BasicRequester.java index 6a79da1..a4bd14f 100644 --- a/src/main/java/com/github/prominence/openweathermap/api/BasicRequester.java +++ b/src/main/java/com/github/prominence/openweathermap/api/BasicRequester.java @@ -22,7 +22,6 @@ package com.github.prominence.openweathermap.api; -import com.github.prominence.openweathermap.api.constants.System; import com.github.prominence.openweathermap.api.constants.Unit; import com.github.prominence.openweathermap.api.exception.DataNotFoundException; import com.github.prominence.openweathermap.api.exception.InvalidAuthTokenException; diff --git a/src/main/java/com/github/prominence/openweathermap/api/UltravioletIndexRequester.java b/src/main/java/com/github/prominence/openweathermap/api/UltravioletIndexRequester.java index a6b370b..fc98e4b 100644 --- a/src/main/java/com/github/prominence/openweathermap/api/UltravioletIndexRequester.java +++ b/src/main/java/com/github/prominence/openweathermap/api/UltravioletIndexRequester.java @@ -23,7 +23,6 @@ package com.github.prominence.openweathermap.api; import com.alibaba.fastjson.TypeReference; -import com.github.prominence.openweathermap.api.constants.System; import com.github.prominence.openweathermap.api.exception.DataNotFoundException; import com.github.prominence.openweathermap.api.exception.InvalidAuthTokenException; import com.github.prominence.openweathermap.api.model.Coordinates;