Skip to content

Commit ebd4ddc

Browse files
author
Rodney Urquhart
committed
Removing comment
1 parent f1eb72d commit ebd4ddc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

slack/web/base_client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ def __init__(
4444
self._event_loop = loop
4545

4646
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-
"""
5247
if self.run_async:
5348
return asyncio.get_event_loop()
5449
else:

0 commit comments

Comments
 (0)