Refactor: remove unused imports (#248)

This commit is contained in:
Luis Uguina
2020-06-06 18:26:33 +10:00
committed by GitHub
parent 1e8911790d
commit 49acd3ede3
6 changed files with 0 additions and 16 deletions

View File

@@ -23,9 +23,6 @@ import java.net.MalformedURLException;
import java.net.URL;
import java.net.Authenticator;
import com.sheepit.client.network.Proxy;
import com.sheepit.client.network.ProxyAuthenticator;
public class Proxy {
public static void set(String url_) throws MalformedURLException {