mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
remove unnecessary import
This commit is contained in:
parent
9bdcc8b635
commit
61c70b426c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import copy
|
|||
import random
|
||||
import itertools as it
|
||||
from functools import wraps
|
||||
from typing import Iterable, TypeVar, Callable, Union, Sequence
|
||||
from typing import Iterable, Callable, Union, Sequence
|
||||
|
||||
import colour
|
||||
import moderngl
|
||||
|
|
Loading…
Add table
Reference in a new issue