Skip to content

Commit

Permalink
fix(all): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Feb 6, 2025
1 parent 6b1fdd8 commit 2ba8fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
from antarest.core.utils.utils import DTO
from antarest.study.business.enum_ignore_case import EnumIgnoreCase
from antarest.study.model import StudyVersionInt

from .binding_constraint import (
DEFAULT_GROUP,
DEFAULT_OPERATOR,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# This file is part of the Antares project.
from abc import ABCMeta
from typing import Any, Dict, List, Optional, Tuple, Union, cast
from typing import Any, Dict, List, Optional, Tuple, Union

from antares.study.version import StudyVersion
from pydantic import ValidationInfo, field_validator, model_validator
Expand Down

0 comments on commit 2ba8fdf

Please sign in to comment.