Skip to content

Commit

Permalink
hotfix - 0.1.999
Browse files Browse the repository at this point in the history
-_-
  • Loading branch information
DominiqueMakowski committed Aug 14, 2017
1 parent 92c2878 commit 09aeb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neurokit/eeg/eeg_erp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
ERP analysis EEG submodule.
"""
from .eeg_preprocessing import eeg_select_sensor_area
from .eeg_data import eeg_select_sensor_area
import numpy as np
import mne
import matplotlib
Expand Down
2 changes: 1 addition & 1 deletion neurokit/eeg/eeg_time_frequency.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Time-frequency submodule.
"""
from .eeg_preprocessing import eeg_select_sensor_area
from .eeg_data import eeg_select_sensor_area
from ..miscellaneous import Time

import numpy as np
Expand Down

0 comments on commit 09aeb9d

Please sign in to comment.