Remove unused imports

This patch removes imports across the codebase that are unused to improve
code maintainability and cleanliness.
This commit is contained in:
Deskana 2017-05-26 11:02:56 +01:00
parent 67dfa170d2
commit 767878f194
8 changed files with 0 additions and 20 deletions

View file

@ -11,7 +11,6 @@ import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;