Skip to content

Commit bd7bffc

Browse files
committed
[MIN] Fixed styling typo
1 parent 86417f9 commit bd7bffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netneurotools/freesurfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from nibabel.freesurfer import read_annot, read_geometry
1111
import numpy as np
1212
from scipy import sparse
13-
try: #scipy >= 1.8.0
13+
try: # scipy >= 1.8.0
1414
from scipy.ndimage._measurements import _stats, labeled_comprehension
1515
except ImportError: # scipy < 1.8.0
1616
from scipy.ndimage.measurements import _stats, labeled_comprehension

0 commit comments

Comments
 (0)