Skip to content

Commit 4451a52

Browse files
committed
improve imports
1 parent 7d78606 commit 4451a52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manim/mobject/graph.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"Graph",
55
]
66

7+
from ..constants import UP
78
from ..utils.color import BLACK
89
from .types.vectorized_mobject import VMobject
910
from .geometry import Dot, Line, LabeledDot
1011
from .svg.tex_mobject import MathTex
1112

12-
from manim import UP
13-
1413
from copy import copy
1514
import networkx as nx
1615
import numpy as np

0 commit comments

Comments
 (0)