Skip to content

Commit 163adea

Browse files
committed
renamed module
1 parent 85629f0 commit 163adea

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

services/autoscaling/src/simcore_service_autoscaling/modules/cluster_scaling/_auto_scaling_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
from ..ec2 import get_ec2_client
6262
from ..instrumentation import get_instrumentation, has_instrumentation
6363
from ..ssm import get_ssm_client
64-
from .auto_scaling_mode_base import AutoscalingProvider
64+
from ._provider_protocol import AutoscalingProvider
6565

6666
_logger = logging.getLogger(__name__)
6767

services/autoscaling/src/simcore_service_autoscaling/modules/cluster_scaling/_buffer_machines_pool_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
from ..ec2 import get_ec2_client
5353
from ..instrumentation import get_instrumentation, has_instrumentation
5454
from ..ssm import get_ssm_client
55-
from .auto_scaling_mode_base import AutoscalingProvider
55+
from ._provider_protocol import AutoscalingProvider
5656

5757
_logger = logging.getLogger(__name__)
5858

0 commit comments

Comments
 (0)