Skip to content

Commit

Permalink
Update system.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Aug 17, 2024
1 parent 25df722 commit b792e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefect/blocks/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Secret(Block, Generic[T]):
Secret(value="sk-1234567890").save("BLOCK_NAME", overwrite=True)
secret_block = Secret.load("test-secret")
secret_block = Secret.load("BLOCK_NAME")
# Access the stored secret
secret_block.get()
Expand Down

0 comments on commit b792e22

Please sign in to comment.