Skip to content

Commit

Permalink
style: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Apr 3, 2024
1 parent adcb488 commit afbf46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antarest/study/business/areas/properties_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from builtins import sorted
from typing import Any, Dict, Iterable, List, Optional, Set, cast

from pydantic import Field, root_validator
from pydantic import root_validator

from antarest.study.business.utils import FieldInfo, FormFieldsBaseModel, execute_or_add_commands
from antarest.study.model import Study
Expand Down

0 comments on commit afbf46e

Please sign in to comment.