diff --git a/brainrender/atlas.py b/brainrender/atlas.py index 18310f17..d53c6ac8 100644 --- a/brainrender/atlas.py +++ b/brainrender/atlas.py @@ -1,5 +1,7 @@ """Atlas subclass adding region and plane Actor support for scenes.""" +from typing import Any + import numpy as np import numpy.typing as npt from brainglobe_atlasapi.bg_atlas import BrainGlobeAtlas @@ -140,7 +142,7 @@ def get_plane( sy: float | None = None, color: str = "lightgray", alpha: float = 0.25, - **kwargs: object, + **kwargs: Any, ) -> Actor: """ Returns a plane going through a point at pos, oriented