Skip to content

Commit

Permalink
syntax attempt 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kstoreyf committed Mar 18, 2021
1 parent 7228378 commit 51c192f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __getattr__(cls, name):

MOCK_MODULES = ['numpy', 'wurlitzer',
'scipy.interpolate', 'colossus.cosmology', #for basis function helpers
'ipython'
]
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

Expand Down

0 comments on commit 51c192f

Please sign in to comment.