Skip to content

Commit

Permalink
better sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Dec 18, 2024
1 parent 65caf00 commit cdd14c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/input_converter/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# This file is part of the Antares project.
import pandas as pd
import pytest
from antares.model.area import Area # type: ignore
from antares.model.binding_constraint import ( # type: ignore
from antares.model.area import Area # type: ignore
from antares.model.binding_constraint import ( # type: ignore
BindingConstraint,
BindingConstraintFrequency,
BindingConstraintOperator,
Expand Down

0 comments on commit cdd14c4

Please sign in to comment.