mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Add from __future__ import annotations
This commit is contained in:
parent
f8b39f2ff1
commit
903e140719
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from functools import lru_cache
|
||||
import hashlib
|
||||
import inspect
|
||||
|
|
Loading…
Add table
Reference in a new issue