Skip to content

Commit ec87284

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommitted
Replace third-party mock with unittest.mock] vision/fair
Reviewed By: bottler Differential Revision: D45600232 fbshipit-source-id: f41b95c6fca86d241666b54755a128cd33f6dd32
1 parent f5a117c commit ec87284

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
import os
2121
import sys
2222

23-
import mock
23+
import unittest.mock as mock
24+
2425
from recommonmark.parser import CommonMarkParser
2526
from recommonmark.states import DummyStateMachine
2627
from sphinx.builders.html import StandaloneHTMLBuilder

0 commit comments

Comments
 (0)