zulip_bots: Move from mock to unittest.mock in most files.
This commit is contained in:
parent
ae76aa8f72
commit
b46a079804
9 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
from mock import patch
|
||||
from unittest.mock import patch
|
||||
from unittest import TestCase
|
||||
|
||||
from typing import List, Dict, Any, Tuple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue