Skip to content

Commit 29e3f75

Browse files
committed
fixed relative imports
1 parent 5f25a6a commit 29e3f75

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

iac/stack/iac_stack.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
)
55
from constructs import Construct
66

7-
from ..components.lambda_construct import LambdaConstruct
8-
from ..components.apigw_construct import ApigwConstruct
9-
from ..components.s3_construct import S3Construct
10-
from ..components.ssm_construct import SsmConstruct
7+
from components.lambda_construct import LambdaConstruct
8+
from components.apigw_construct import ApigwConstruct
9+
from components.s3_construct import S3Construct
10+
from components.ssm_construct import SsmConstruct
1111

1212
class IacStack(Stack):
1313
lambda_construct: LambdaConstruct

0 commit comments

Comments
 (0)