Skip to content

Commit f95ce2c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ee103b2 commit f95ce2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/viz/_brain/_brain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def __init__(
443443
self._layered_meshes[h] = mesh
444444
# add metadata to the mesh for picking
445445
# using __setattr__ is needed to set dynamic properties for PolyData
446-
object.__setattr__(mesh._polydata, '_hemi', h)
446+
object.__setattr__(mesh._polydata, "_hemi", h)
447447
else:
448448
actor = self._layered_meshes[h]._actor
449449
self._renderer.plotter.add_actor(actor, render=False)

0 commit comments

Comments
 (0)