Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ksugden committed Jan 24, 2025
1 parent 6f42a7f commit 43bee48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbt_platform_helper/providers/cloudformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@


class CloudFormation:
# TODO add handling for optional client parameters to handle case of calling boto API with None
def __init__(self, cloudformation_client, iam_client=None, ssm_client=None):
self.cloudformation_client = cloudformation_client
self.iam_client = iam_client
Expand Down

0 comments on commit 43bee48

Please sign in to comment.