Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Jan 8, 2025
1 parent 8f0f786 commit a4fddfb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/input_converter/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
#
# This file is part of the Antares project.

from antares.craft.model.study import Study

from andromede.input_converter.src.converter import AntaresStudyConverter
from andromede.input_converter.src.utils import transform_to_yaml
from andromede.study.parsing import (InputComponent, InputComponentParameter,
InputStudy, parse_yaml_components)
from andromede.study.parsing import (
InputComponent,
InputComponentParameter,
InputStudy,
parse_yaml_components,
)


class TestConverter:
Expand Down

0 comments on commit a4fddfb

Please sign in to comment.