Skip to content

Commit

Permalink
refactor(aggregation-api): remove query_file type in attrib initial…
Browse files Browse the repository at this point in the history
…ization
  • Loading branch information
mabw-rte committed Aug 21, 2024
1 parent 93a59a6 commit bce3afa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions antarest/study/business/aggregator_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,7 @@ def __init__(
):
self.study_path: Path = study_path
self.output_id: str = output_id
self.query_file: t.Union[
MCIndAreasQueryFile, MCAllAreasQueryFile, MCIndLinksQueryFile, MCAllLinksQueryFile
] = query_file
self.query_file = query_file
self.frequency: MatrixFrequency = frequency
self.mc_years: t.Optional[t.Sequence[int]] = mc_years
self.columns_names: t.Sequence[str] = columns_names
Expand Down

0 comments on commit bce3afa

Please sign in to comment.