mirror of
https://github.com/3b1b/manim.git
synced 2025-08-31 23:58:32 +00:00
Reorder imports
This commit is contained in:
parent
a9349057ad
commit
b7a3201fb3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import moderngl
|
||||
from colour import Color
|
||||
import OpenGL.GL as gl
|
||||
from __future__ import annotations
|
||||
|
||||
import itertools as it
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue