mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-07-31 10:52:50 +08:00
Replace third-party mock with unittest.mock] vision/fair
Reviewed By: bottler Differential Revision: D45600232 fbshipit-source-id: f41b95c6fca86d241666b54755a128cd33f6dd32
This commit is contained in:
parent
f5a117c74b
commit
ec87284c4b
@ -20,7 +20,8 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
import mock
|
||||
import unittest.mock as mock
|
||||
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
from recommonmark.states import DummyStateMachine
|
||||
from sphinx.builders.html import StandaloneHTMLBuilder
|
||||
|
Loading…
x
Reference in New Issue
Block a user