We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc32e2 commit 9caa588Copy full SHA for 9caa588
manim/mobject/vector_field.py
@@ -46,7 +46,7 @@
46
import numpy.typing as npt
47
from typing_extensions import Self
48
49
- from manim.typing import ManimFloat, Point3D, Vector3D, MappingFunction
+ from manim.typing import ManimFloat, MappingFunction, Point3D, Vector3D
50
51
DEFAULT_SCALAR_FIELD_COLORS: list = [BLUE_E, GREEN, YELLOW, RED]
52
0 commit comments