Skip to content

Commit

Permalink
feat(load): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 30, 2025
1 parent 2040a93 commit e6b6743
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions antarest/study/business/model/area_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
# SPDX-License-Identifier: MPL-2.0
#
# This file is part of the Antares project.
True

import enum
import re
import typing as t

from pydantic import Field
Expand All @@ -23,9 +22,7 @@
AdequacyPathProperties,
AreaFolder,
OptimizationProperties,
UIProperties,
)
from antarest.study.storage.rawstudy.model.filesystem.factory import FileStudy


class AreaType(enum.Enum):
Expand Down

0 comments on commit e6b6743

Please sign in to comment.