From: Andres Gomez Date: Thu, 30 Apr 2020 21:20:33 +0000 (+0300) Subject: scripts: remove unittest.mock dependency when not used X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=263ed2e7777875b21d3eff6939392a4a28d0ea5f;p=mesa.git scripts: remove unittest.mock dependency when not used Found upon inspection. Signed-off-by: Andres Gomez Reviewed-by: Dylan Baker Part-of: --- diff --git a/bin/gen_release_notes_test.py b/bin/gen_release_notes_test.py index b3ff60268b7..2f114ce144c 100644 --- a/bin/gen_release_notes_test.py +++ b/bin/gen_release_notes_test.py @@ -18,8 +18,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -from unittest import mock - import pytest from .gen_release_notes import *