Commit 0b0f41a
committed
Remove explicit use of IOLoop.clear_current()
IOLoop.clear_current is deprecated since Tornado 6.2
If proactive manipulation of the running loop is required, the API docs
say to use asyncio.set_event_loop()1 parent feb649d commit 0b0f41a
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
0 commit comments