Skip to content

Commit

Permalink
actual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecoconut committed Jan 18, 2024
1 parent b7e62cf commit 82e0a73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lambdaprompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

try:
asyncio.get_running_loop()
except RuntimeError:
pass

try:
nest_asyncio.apply()
except RuntimeError:
pass
Expand Down

0 comments on commit 82e0a73

Please sign in to comment.