Skip to content

Commit 9f6cdcb

Browse files
chore: rebuild project due to codegen change (#809)
1 parent 3aea714 commit 9f6cdcb

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
@@ -26,8 +26,7 @@ import os
2626
from increase import Increase
2727

2828
client = Increase(
29-
# This is the default and can be omitted
30-
api_key=os.environ.get("INCREASE_API_KEY"),
29+
api_key=os.environ.get("INCREASE_API_KEY"), # This is the default and can be omitted
3130
# defaults to "production".
3231
environment="sandbox",
3332
)
@@ -55,8 +54,7 @@ import asyncio
5554
from increase import AsyncIncrease
5655

5756
client = AsyncIncrease(
58-
# This is the default and can be omitted
59-
api_key=os.environ.get("INCREASE_API_KEY"),
57+
api_key=os.environ.get("INCREASE_API_KEY"), # This is the default and can be omitted
6058
# defaults to "production".
6159
environment="sandbox",
6260
)

0 commit comments

Comments
 (0)