mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
daf11e26ef
Python 3.8 provides a native AsyncMock, we can replace the homegrown version we have.
2 lines
40 B
Plaintext
2 lines
40 B
Plaintext
Use `AsyncMock` instead of custom code.
|