Skip to content

Commit 9caa588

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9bc32e2 commit 9caa588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/vector_field.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import numpy.typing as npt
4747
from typing_extensions import Self
4848

49-
from manim.typing import ManimFloat, Point3D, Vector3D, MappingFunction
49+
from manim.typing import ManimFloat, MappingFunction, Point3D, Vector3D
5050

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

0 commit comments

Comments
 (0)