Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 12, 2024
1 parent 1248685 commit a4f5f5c
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 @@ -30,8 +30,7 @@ import os
from onebusaway import OnebusawaySDK

client = OnebusawaySDK(
# This is the default and can be omitted
api_key=os.environ.get("ONEBUSAWAY_API_KEY"),
api_key=os.environ.get("ONEBUSAWAY_API_KEY"), # This is the default and can be omitted
)

current_time = client.current_time.retrieve()
Expand All @@ -52,8 +51,7 @@ import asyncio
from onebusaway import AsyncOnebusawaySDK

client = AsyncOnebusawaySDK(
# This is the default and can be omitted
api_key=os.environ.get("ONEBUSAWAY_API_KEY"),
api_key=os.environ.get("ONEBUSAWAY_API_KEY"), # This is the default and can be omitted
)


Expand Down

0 comments on commit a4f5f5c

Please sign in to comment.