tests: replace a mock import with unittest.mock (#80589)

This commit is contained in:
Maxwell G
2023-04-21 12:34:36 -07:00
committed by GitHub
parent 734f38b259
commit f4615d69ad
@@ -1,9 +1,9 @@
"""Tests for validate-modules regexes."""
from __future__ import annotations
import mock
import pathlib
import sys
from unittest import mock
import pytest