Skip to content

Commit 7697020

Browse files
DOC, MAINT: Fix pycodestyle issue F601
dictionary key `name` repeated with different values `Forward` keys added by: * 6d84371 / mne-tools#5840 / 2019-01-29 `SourceMorph` keys added by: * 6d84371 / mne-tools#5840 / 2019-01-29 * b65a045 / mne-tools#6046 / 2019-09-15
1 parent df2cf84 commit 7697020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@
204204
# MNE
205205
'Label': 'mne.Label', 'Forward': 'mne.Forward', 'Evoked': 'mne.Evoked',
206206
'Info': 'mne.Info', 'SourceSpaces': 'mne.SourceSpaces',
207-
'SourceMorph': 'mne.SourceMorph',
208207
'Epochs': 'mne.Epochs', 'Layout': 'mne.channels.Layout',
209208
'EvokedArray': 'mne.EvokedArray', 'BiHemiLabel': 'mne.BiHemiLabel',
210209
'AverageTFR': 'mne.time_frequency.AverageTFR',
@@ -224,7 +223,7 @@
224223
'CrossSpectralDensity': 'mne.time_frequency.CrossSpectralDensity',
225224
'SourceMorph': 'mne.SourceMorph',
226225
'Xdawn': 'mne.preprocessing.Xdawn',
227-
'Report': 'mne.Report', 'Forward': 'mne.Forward',
226+
'Report': 'mne.Report',
228227
'TimeDelayingRidge': 'mne.decoding.TimeDelayingRidge',
229228
'Vectorizer': 'mne.decoding.Vectorizer',
230229
'UnsupervisedSpatialFilter': 'mne.decoding.UnsupervisedSpatialFilter',

0 commit comments

Comments
 (0)