Skip to content

Commit 4d87d13

Browse files
committed
ran formatting
1 parent 1194151 commit 4d87d13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/example_code/iotsitewise/iotsitewise_getting_started.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(
6161
self.iot_sitewise_wrapper = iot_sitewise_wrapper
6262
self.cloud_formation_resource = cloud_formation_resource
6363
self.stack = None
64-
self.asset_model_id = None
64+
self.asset_model_id = None
6565
self.asset_id = None
6666
self.portal_id = None
6767
self.gateway_id = None
@@ -376,7 +376,7 @@ def deploy_cloudformation_stack(
376376
) -> ServiceResource:
377377
"""
378378
Deploys prerequisite resources used by the scenario. The resources are
379-
defined in the associated `cfn_template.yaml` AWS CloudFormation script and are deployed
379+
defined in the associated `SitewiseRoles-template.yaml` AWS CloudFormation script and are deployed
380380
as a CloudFormation stack, so they can be easily managed and destroyed.
381381
382382
:param stack_name: The name of the CloudFormation stack.

python/example_code/iotsitewise/iotsitewise_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, iotsitewise_client: client) -> None:
2424
access to AWS IoT SiteWise services.
2525
"""
2626
self.iotsitewise_client = iotsitewise_client
27-
self.entry_id = 0
27+
self.entry_id = 0 # Incremented to generate unique entry IDs for batch_put_asset_property_value.
2828

2929
@classmethod
3030
def from_client(cls) -> "IoTSitewiseWrapper":

0 commit comments

Comments
 (0)