mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-17 16:28:21 +08:00
fix(cli): remove echo
This commit is contained in:
@ -12,8 +12,6 @@ def checkhealth() -> None:
|
|||||||
click.echo(f"Python executable: {sys.executable}")
|
click.echo(f"Python executable: {sys.executable}")
|
||||||
click.echo("Manim bindings:")
|
click.echo("Manim bindings:")
|
||||||
|
|
||||||
click.echo(f"Modules: {sys.modules.keys()}")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from manim import __version__ as manimce_version
|
from manim import __version__ as manimce_version
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user