Skip to content

Commit

Permalink
Update usage_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mprinkezs authored Aug 16, 2024
1 parent 85e06f5 commit 23f19bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AppExamples/misc/ServiceExample/scripts/usage_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def wait_for_status(service, status, timeout):
Returns:
Final status.
"""
for _ in range(timeout):
if service.get_status() == status:
Expand Down

0 comments on commit 23f19bd

Please sign in to comment.