test_hash_reqs: Use mock from unittest.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2020-09-02 11:26:12 -07:00
parent 02725d32dd
commit 691f8f8e47
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import unittest
import mock
from unittest import mock
from scripts.lib.hash_reqs import expand_reqs, hash_deps
from tools.setup.setup_venvs import DEV_REQS_FILE