Skip to content

Commit d900f06

Browse files
committed
more changes
1 parent 4d20336 commit d900f06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supertokens_python/async_to_sync_wrapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def check_event_loop():
2525
except RuntimeError as ex:
2626
if "There is no current event loop in thread" in str(ex):
2727
loop = asyncio.new_event_loop()
28-
nest_asyncio.apply(loop) # type: ignore
2928
asyncio.set_event_loop(loop)
3029

3130

0 commit comments

Comments
 (0)