Skip to content

Commit

Permalink
API: One cycle of backward compat (mne-tools#11621)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Apr 10, 2023
1 parent a458622 commit b25f250
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mne/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
_check_edflib_installed, _to_rgb, _soft_import,
_check_dict_keys, _check_pymatreader_installed,
_import_h5py, _import_h5io_funcs, _import_nibabel,
_import_pymatreader_funcs, _check_head_radius)
_import_pymatreader_funcs, _check_head_radius,
has_nibabel)
from .config import (set_config, get_config, get_config_path, set_cache_dir,
set_memmap_min_size, get_subjects_dir, _get_stim_channel,
sys_info, _get_extra_data_path, _get_root_dir,
Expand Down

0 comments on commit b25f250

Please sign in to comment.