We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1eb72d commit ebd4ddcCopy full SHA for ebd4ddc
1 file changed
slack/web/base_client.py
@@ -44,11 +44,6 @@ def __init__(
44
self._event_loop = loop
45
46
def _set_event_loop(self):
47
- """Sets the Event loop.
48
-
49
- # TODO: Document why it's neccessary to create a new_event_loop.
50
- # During testing I found that get_event_loop doesn't work from new Threads.
51
- """
52
if self.run_async:
53
return asyncio.get_event_loop()
54
else:
0 commit comments