Skip to content

Commit dc96ec5

Browse files
authored
Update __init__.py
1 parent 9f7900d commit dc96ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qasync/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ def _set_event_loop_policy(policy):
856856

857857
def run(*args, **kwargs):
858858
with _set_event_loop_policy(DefaultQEventLoopPolicy()):
859-
return asyncio.run(*args, **kwargs))
859+
return asyncio.run(*args, **kwargs)
860860

861861
else:
862862

0 commit comments

Comments
 (0)