mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Minor cleaning of imports
This commit is contained in:
parent
90dfb02cc6
commit
09c27a654f
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
from argparse import Namespace
|
|
||||||
import colour
|
import colour
|
||||||
import importlib
|
import importlib
|
||||||
import inspect
|
import inspect
|
||||||
|
@ -9,7 +8,6 @@ import os
|
||||||
import screeninfo
|
import screeninfo
|
||||||
import sys
|
import sys
|
||||||
import yaml
|
import yaml
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
|
|
||||||
|
@ -19,6 +17,7 @@ from manimlib.utils.init_config import init_customization
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
from argparse import Namespace
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue