Skip to content

Commit

Permalink
update : corrected limits adder test
Browse files Browse the repository at this point in the history
Signed-off-by: Naledi EL CHEIKH <[email protected]>
  • Loading branch information
Naledi EL CHEIKH committed Dec 10, 2024
1 parent eccf723 commit a13e13c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ private LoadingLimitsUtil() {

private static final Logger LOGGER = LoggerFactory.getLogger(LoadingLimitsUtil.class);


/**
* Interface for objects used to report the performed operation on limits when fixed by
* {@link #fixMissingPermanentLimit(LoadingLimitsAdder, double, String, LimitFixLogger)}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/
package com.powsybl.iidm.network.tck;

import com.powsybl.commons.PowsyblException;
import com.powsybl.iidm.network.*;
import org.junit.jupiter.api.Test;

Expand Down

0 comments on commit a13e13c

Please sign in to comment.