Skip to content

Commit abfec58

Browse files
chore: rebuild project due to codegen change (#39)
1 parent bae2dc9 commit abfec58

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 arcadepy import Arcade
2929

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

3534
response = client.tools.execute(
@@ -56,8 +55,7 @@ import asyncio
5655
from arcadepy import AsyncArcade
5756

5857
client = AsyncArcade(
59-
# This is the default and can be omitted
60-
api_key=os.environ.get("ARCADE_API_KEY"),
58+
api_key=os.environ.get("ARCADE_API_KEY"), # This is the default and can be omitted
6159
)
6260

6361

0 commit comments

Comments
 (0)