mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove unnecessary import
This commit is contained in:
parent
54ad3550ef
commit
1bca0e63e9
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
from functools import reduce
|
from functools import reduce
|
||||||
import operator as op
|
import operator as op
|
||||||
import re
|
import re
|
||||||
import itertools as it
|
|
||||||
|
|
||||||
from manimlib.constants import *
|
from manimlib.constants import *
|
||||||
from manimlib.mobject.geometry import Line
|
from manimlib.mobject.geometry import Line
|
||||||
|
|
Loading…
Add table
Reference in a new issue