remove unused import

This commit is contained in:
Thomas Currie
2021-08-12 14:12:11 -04:00
parent b14f57887f
commit b38393ec20

View File

@@ -5,7 +5,6 @@ import org.springframework.core.env.Environment;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.web.client.RestOperations;
import org.springframework.web.client.RestTemplate;
import com.telecominfraproject.wlan.server.exceptions.ConfigurationException;