Skip to content

Commit

Permalink
ran formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
meyertst-aws committed Nov 22, 2024
1 parent a9d371e commit 03aad54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
self.iot_sitewise_wrapper = iot_sitewise_wrapper
self.cloud_formation_resource = cloud_formation_resource
self.stack = None
self.asset_model_id = None
self.asset_model_id = None
self.asset_id = None
self.portal_id = None
self.gateway_id = None
Expand Down Expand Up @@ -376,7 +376,7 @@ def deploy_cloudformation_stack(
) -> ServiceResource:
"""
Deploys prerequisite resources used by the scenario. The resources are
defined in the associated `cfn_template.yaml` AWS CloudFormation script and are deployed
defined in the associated `SitewiseRoles-template.yaml` AWS CloudFormation script and are deployed
as a CloudFormation stack, so they can be easily managed and destroyed.
:param stack_name: The name of the CloudFormation stack.
Expand Down
2 changes: 1 addition & 1 deletion python/example_code/iotsitewise/iotsitewise_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, iotsitewise_client: client) -> None:
access to AWS IoT SiteWise services.
"""
self.iotsitewise_client = iotsitewise_client
self.entry_id = 0
self.entry_id = 0 # Incremented to generate unique entry IDs for batch_put_asset_property_value.

@classmethod
def from_client(cls) -> "IoTSitewiseWrapper":
Expand Down

0 comments on commit 03aad54

Please sign in to comment.