Useless imports were removed.

This commit is contained in:
Prominence 2018-08-01 21:00:11 +03:00
parent 157959e537
commit c288f71826
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;