Skip to content

Commit e228470

Browse files
committed
isort fix
1 parent b3a4293 commit e228470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack/containers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
from troposphere import Ref, iam
66

77
from stack import USE_DOKKU, USE_EB, USE_ECS, USE_EKS
8-
from stack.template import template
9-
from stack.utils import ParameterWithDefaults as Parameter
108
from stack.assets import assets_management_policy
119
from stack.logs import logging_policy
10+
from stack.template import template
11+
from stack.utils import ParameterWithDefaults as Parameter
1212

1313
if not USE_DOKKU and not USE_EB:
1414
desired_container_instances = Ref(

0 commit comments

Comments
 (0)