Skip to content

Commit

Permalink
Fix indent error
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Apr 24, 2018
1 parent 6977e7f commit e0d3223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import mock
MOCK_MODULES = ['numpy', 'scipy', 'pyuvdata', 'h5py', 'aipy', 'omnical', 'linsolve', 'hera_qm', 'uvtools', 'hera_cal', 'healpy', 'scikit-learn']
for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
sys.modules[mod_name] = mock.Mock()


import sys
Expand Down

0 comments on commit e0d3223

Please sign in to comment.