Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2023
1 parent 378bb70 commit 36ad430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion brainglobe_heatmap/plane.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
import vtkmodules.all as vtk
from brainrender.actor import Actor

vtk.vtkLogger.SetStderrVerbosity(vtk.vtkLogger.VERBOSITY_OFF) # remove logger's prints during intersect_with_plane()
vtk.vtkLogger.SetStderrVerbosity(
vtk.vtkLogger.VERBOSITY_OFF
) # remove logger's prints during intersect_with_plane()


class Plane:
def __init__(
Expand Down
1 change: 1 addition & 0 deletions brainglobe_heatmap/slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from brainglobe_heatmap.plane import Plane


def get_ax_idx(orientation: str) -> int:
"""
Given a named orientation get the idx
Expand Down

0 comments on commit 36ad430

Please sign in to comment.