Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne LESOT <[email protected]>
  • Loading branch information
EtienneLt committed Jan 31, 2025
1 parent 5bafe68 commit 1e09720
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import com.powsybl.iidm.network.VariantManagerConstants;
import com.powsybl.network.store.model.*;
import com.powsybl.network.store.server.dto.OwnerInfo;
import com.powsybl.network.store.server.dto.PermanentLimitAttributes;
import com.powsybl.network.store.server.exceptions.UncheckedSqlException;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -21,7 +20,6 @@
import org.springframework.test.context.DynamicPropertyRegistry;
import org.springframework.test.context.DynamicPropertySource;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.MvcResult;
import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;

import java.sql.Connection;
Expand All @@ -35,8 +33,6 @@
import static com.powsybl.network.store.server.NetworkStoreRepository.BATCH_SIZE;
import static com.powsybl.network.store.server.QueryCatalog.*;
import static com.powsybl.network.store.server.Utils.bindValues;
import static com.powsybl.network.store.server.migration.v211limits.V211LimitsQueryCatalog.V211_PERMANENT_LIMIT_TABLE;
import static com.powsybl.network.store.server.migration.v211limits.V211LimitsQueryCatalog.V211_TEMPORARY_LIMIT_TABLE;
import static com.powsybl.network.store.server.migration.v214tapchangersteps.V214TapChangerStepsMigration.V214_TAP_CHANGER_STEP_TABLE;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.springframework.http.MediaType.APPLICATION_JSON;
Expand Down

0 comments on commit 1e09720

Please sign in to comment.