Skip to content

Commit

Permalink
chore: rebuild project due to codegen change
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 12, 2024
1 parent ceb12f0 commit 17c7b8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ import os
from prelude_sdk import Prelude

client = Prelude(
# This is the default and can be omitted
api_token=os.environ.get("API_TOKEN"),
api_token=os.environ.get("API_TOKEN"), # This is the default and can be omitted
)

verification = client.verification.create(
Expand All @@ -59,8 +58,7 @@ import asyncio
from prelude_sdk import AsyncPrelude

client = AsyncPrelude(
# This is the default and can be omitted
api_token=os.environ.get("API_TOKEN"),
api_token=os.environ.get("API_TOKEN"), # This is the default and can be omitted
)


Expand Down

0 comments on commit 17c7b8a

Please sign in to comment.