Skip to content

Commit 3de08b7

Browse files
committed
print -> code comment
1 parent bc3df1c commit 3de08b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def main():
7070
7171
# Retrieves a secret from 1Password. Takes a secret reference as input and returns the secret to which it points.
7272
value = await client.secrets.resolve("op://vault/item/field")
73-
print(value)
73+
# use value here
7474
7575
if __name__ == '__main__':
7676
asyncio.run(main())

0 commit comments

Comments
 (0)