Skip to content

Commit 390a91c

Browse files
stainless-app[bot]meorphis
authored andcommitted
chore: rebuild project due to codegen change (#427)
1 parent 8a48f20 commit 390a91c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import os
2626
from orb import Orb
2727

2828
client = Orb(
29-
# This is the default and can be omitted
30-
api_key=os.environ.get("ORB_API_KEY"),
29+
api_key=os.environ.get("ORB_API_KEY"), # This is the default and can be omitted
3130
)
3231

3332
customer = client.customers.create(
@@ -52,8 +51,7 @@ import asyncio
5251
from orb import AsyncOrb
5352

5453
client = AsyncOrb(
55-
# This is the default and can be omitted
56-
api_key=os.environ.get("ORB_API_KEY"),
54+
api_key=os.environ.get("ORB_API_KEY"), # This is the default and can be omitted
5755
)
5856

5957

0 commit comments

Comments
 (0)