Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Jan 5, 2016
1 parent 2f1f3b0 commit cae21e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

MOCK_MODULES = ['argparse', 'cv2', 'dlib', 'numpy', 'pandas']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.MagicMock()
sys.modules[mod_name] = mock.MagicMock()

extensions = [
'sphinx.ext.autodoc',
Expand Down

0 comments on commit cae21e0

Please sign in to comment.