Skip to content

Commit c14347f

Browse files
committed
FIX: remove unused slot
1 parent 214ec6c commit c14347f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/viz/plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class fMRIPlot:
2828
"""
2929
Generates the fMRI Summary Plot
3030
"""
31-
__slots__ = ('func_file', 'mask_data', 'tr', 'seg_data', 'confounds', 'spikes', '_cifti')
31+
__slots__ = ('func_file', 'mask_data', 'tr', 'seg_data', 'confounds', 'spikes')
3232

3333
def __init__(
3434
self,

0 commit comments

Comments
 (0)