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 23, 2024
1 parent 96a7d4c commit 82e151a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion manim/utils/color/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ def _internal_value(self, value: ManimColorInternal) -> None:
@classmethod
def _construct_from_space(
cls,
_space: npt.NDArray[ManimFloat] | tuple[float, float, float] | tuple[float, float, float, float],
_space: npt.NDArray[ManimFloat]
| tuple[float, float, float]
| tuple[float, float, float, float],
) -> Self:
"""This function is used as a proxy for constructing a color with an internal
value. This can be used by subclasses to hook into the construction of new
Expand Down

0 comments on commit 82e151a

Please sign in to comment.