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

pull/80615/head
Maxwell G 1 year ago committed by GitHub
parent 734f38b259
commit f4615d69ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save