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 Apr 30, 2024
1 parent 9bc32e2 commit 9caa588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/mobject/vector_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
import numpy.typing as npt
from typing_extensions import Self

from manim.typing import ManimFloat, Point3D, Vector3D, MappingFunction
from manim.typing import ManimFloat, MappingFunction, Point3D, Vector3D

DEFAULT_SCALAR_FIELD_COLORS: list = [BLUE_E, GREEN, YELLOW, RED]

Expand Down

0 comments on commit 9caa588

Please sign in to comment.