Skip to content

Commit caa137b

Browse files
chore: rebuild project due to codegen change (#55)
1 parent 97b52fd commit caa137b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ import os
2828
from browserbase import Browserbase
2929

3030
client = Browserbase(
31-
# This is the default and can be omitted
32-
api_key=os.environ.get("BROWSERBASE_API_KEY"),
31+
api_key=os.environ.get("BROWSERBASE_API_KEY"), # This is the default and can be omitted
3332
)
3433

3534
session = client.sessions.create(
@@ -53,8 +52,7 @@ import asyncio
5352
from browserbase import AsyncBrowserbase
5453

5554
client = AsyncBrowserbase(
56-
# This is the default and can be omitted
57-
api_key=os.environ.get("BROWSERBASE_API_KEY"),
55+
api_key=os.environ.get("BROWSERBASE_API_KEY"), # This is the default and can be omitted
5856
)
5957

6058

0 commit comments

Comments
 (0)