Commit 056ef29
Migrate asyncio.get_event_loop() to get_running_loop() in watchman
Summary:
Automated codemod to replace deprecated asyncio.get_event_loop() with
asyncio.get_running_loop() inside async functions.
Reviewed By: drinkmorewaterr
Differential Revision: D92192039
fbshipit-source-id: 99ea99a55948fb1362f6307215673e52280d67871 parent 34ea0e8 commit 056ef29
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments