Skip to content

Commit dc00991

Browse files
pep
1 parent a366b6d commit dc00991

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

moler/asyncio_runner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ def stop(self):
119119
# Fallback for older Python versions
120120
_BaseEventLoopPolicy = asyncio.DefaultEventLoopPolicy
121121
print(f"Using {_BaseEventLoopPolicy} as base for LoudEventLoopPolicy")
122+
123+
122124
class LoudEventLoopPolicy(_BaseEventLoopPolicy):
123125
_loop_factory = LoudEventLoop
124126

0 commit comments

Comments
 (0)