Skip to content

Commit

Permalink
chore(internal): make demo example runnable and more portable (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jul 30, 2023
1 parent 8151c4f commit 88dd3ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/demo_async.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env poetry run python
#!/usr/bin/env -S poetry run python

import asyncio

Expand Down
2 changes: 1 addition & 1 deletion examples/demo_sync.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env poetry run python
#!/usr/bin/env -S poetry run python

import anthropic
from anthropic import Anthropic
Expand Down
2 changes: 1 addition & 1 deletion examples/streaming.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env poetry run python
#!/usr/bin/env -S poetry run python

import asyncio

Expand Down
2 changes: 1 addition & 1 deletion examples/tokens.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env poetry run python
#!/usr/bin/env -S poetry run python

import asyncio

Expand Down

0 comments on commit 88dd3ae

Please sign in to comment.