Skip to content

Commit

Permalink
Remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu committed Nov 20, 2024
1 parent b48647d commit 191d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def main():
# [developer-docs.sdk.python.validate-secret-reference]-start
# Validate secret reference to ensure no syntax errors
try:
await Secrets.validate_secret_reference("op://vault/item/field")
Secrets.validate_secret_reference("op://vault/item/field")
except Exception as error:
print(error)
# [developer-docs.sdk.python.validate-secret-reference]-end
Expand Down

0 comments on commit 191d65f

Please sign in to comment.