Skip to content

Commit

Permalink
Remove unnecessary comment addition
Browse files Browse the repository at this point in the history
  • Loading branch information
MOmarMiraj committed Aug 27, 2024
1 parent 3397f37 commit ca7f0b7
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 @@ -4,7 +4,7 @@


async def main():
# Gets your service account token from the OP_SERVICE_ACCOUNT_TOKEN environment variable and sets it to empty string if not set.
# Gets your service account token from the OP_SERVICE_ACCOUNT_TOKEN environment variable.
token = os.getenv("OP_SERVICE_ACCOUNT_TOKEN")

# Connects to 1Password.
Expand Down

0 comments on commit ca7f0b7

Please sign in to comment.