mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-17 10:45:53 +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("Manim bindings:")
|
||||
|
||||
click.echo(f"Modules: {sys.modules.keys()}")
|
||||
|
||||
try:
|
||||
from manim import __version__ as manimce_version
|
||||
|
||||
|
Reference in New Issue
Block a user