We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478ab00 commit ca5fdc0Copy full SHA for ca5fdc0
services/autoscaling/src/simcore_service_autoscaling/utils/auto_scaling_core.py
@@ -3,8 +3,12 @@
3
import re
4
from typing import Final
5
6
-from aws_library.ec2 import EC2InstanceBootSpecific, EC2InstanceData, EC2InstanceType
7
-from aws_library.ec2._models import Resources
+from aws_library.ec2 import (
+ EC2InstanceBootSpecific,
8
+ EC2InstanceData,
9
+ EC2InstanceType,
10
+ Resources,
11
+)
12
from models_library.generated_models.docker_rest_api import Node
13
from types_aiobotocore_ec2.literals import InstanceTypeType
14
0 commit comments