mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 11:36:03 +03:00
daf11e26ef
Python 3.8 provides a native AsyncMock, we can replace the homegrown version we have.
1 line
40 B
Text
1 line
40 B
Text
Use `AsyncMock` instead of custom code.
|