Skip to content

Commit

Permalink
fix(bc): correct imports linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia committed Mar 28, 2024
1 parent 65b46ad commit e899d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions antarest/study/web/study_data_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
ThermalManager,
)
from antarest.study.business.binding_constraint_management import (
ConstraintOutput,
ConstraintCreation,
ConstraintInput,
ConstraintFilters,
ConstraintInput,
ConstraintOutput,
ConstraintTerm,
)
from antarest.study.business.correlation_management import CorrelationFormFields, CorrelationManager, CorrelationMatrix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import pytest
from starlette.testclient import TestClient

from antarest.study.business.binding_constraint_management import ClusterTerm, LinkTerm, ConstraintTerm
from antarest.study.business.binding_constraint_management import ClusterTerm, ConstraintTerm, LinkTerm


class TestLinkTerm:
Expand Down

0 comments on commit e899d00

Please sign in to comment.