mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-14 06:54:43 -05:00
Fix #6140: Use unittest.mock instead of mock
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
import mock
|
||||
from unittest import mock
|
||||
|
||||
from sphinx.jinja2glue import BuiltinTemplateLoader
|
||||
from sphinx.util.fileutil import copy_asset, copy_asset_file
|
||||
|
||||
Reference in New Issue
Block a user