mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
fix: add missing import of annotations
This commit is contained in:
parent
769a4bbaf9
commit
39673a80d7
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import os
|
||||
import yaml
|
||||
import inspect
|
||||
|
|
Loading…
Add table
Reference in a new issue