Skip to content

Commit

Permalink
import mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyvdVries committed Aug 8, 2024
1 parent f30af19 commit 52f3721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/business/entities/rules/test_combine_results_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import xarray as _xr

from decoimpact.business.entities.rules.combine_results_rule import CombineResultsRule
from decoimpact.business.entities.rules.multi_array_operation_type import (
from decoimpact.business.entities.rules.options.multi_array_operation_type import (
MultiArrayOperationType,
)
from decoimpact.crosscutting.i_logger import ILogger
Expand Down
2 changes: 1 addition & 1 deletion tests/data/parsers/test_parser_combine_results_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import pytest
from mock import Mock

from decoimpact.business.entities.rules.multi_array_operation_type import (
from decoimpact.business.entities.rules.options.multi_array_operation_type import (
MultiArrayOperationType,
)
from decoimpact.crosscutting.i_logger import ILogger
Expand Down

0 comments on commit 52f3721

Please sign in to comment.