Skip to content

Commit

Permalink
Changed nptyping import
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Oct 23, 2024
1 parent b548de6 commit 53c20d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion brainrender/actor.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from io import StringIO
from typing import Optional

import nptyping as npt
import numpy as np
import numpy.typing as npt
import pyinspect as pi
from brainglobe_atlasapi import BrainGlobeAtlas
from brainglobe_space import AnatomicalSpace
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror_actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
print(f"[{orange}]Running example: {Path(__file__).name}")

# Create a brainrender scene
scene = Scene(title="mirrored neurons")
scene = Scene(title="mirrored actors")

# Add the neuron
neuron_original = Neuron(neuron_file)
Expand Down

0 comments on commit 53c20d9

Please sign in to comment.