clean up imports

This commit is contained in:
Greg Gauthier 2023-05-25 21:34:38 +01:00
parent 51f9390cec
commit b019a3c9b3
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import java.net.http.HttpResponse;
public class CalculatorClient {
private static final String ROOT_URL = "http://localhost:8000/";
static URI targetURI;
static HttpClient httpClient;
public static void main(String[] args)