Skip to content

Commit

Permalink
fixed incorrect snippet name
Browse files Browse the repository at this point in the history
  • Loading branch information
AWSChris committed Apr 6, 2022
1 parent bdcad9d commit 8bafef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/example_code/lookoutvision/find_running_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
client.
"""

# snippet-start:[python.example_code.lookoutvision.FindRunningModels]
# snippet-start:[python.example_code.lookoutvision.Scenario_FindRunningModels]

import logging
import boto3
Expand Down Expand Up @@ -150,4 +150,4 @@ def main():

if __name__ == "__main__":
main()
# snippet-end:[python.example_code.lookoutvision.FindTagRunningModels]
# snippet-end:[python.example_code.lookoutvision.Scenario_FindRunningModels]

0 comments on commit 8bafef0

Please sign in to comment.