mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-19 17:14:34 -04:00
Use mock from the stdlib. (#9772)
This commit is contained in:
parent
f946450184
commit
0b3112123d
82 changed files with 86 additions and 126 deletions
|
@ -13,8 +13,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from typing import Optional
|
||||
|
||||
from mock import Mock
|
||||
from unittest.mock import Mock
|
||||
|
||||
from signedjson import key, sign
|
||||
from signedjson.types import BaseKey, SigningKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue