From 205fbd016fa64814d8e5922520bf7a699855119b Mon Sep 17 00:00:00 2001 From: Leviathan Date: Sat, 2 Sep 2023 13:42:35 +0100 Subject: [PATCH] Removed unused import from "manim/cli/checkhealth/checks.py" --- manim/cli/checkhealth/checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manim/cli/checkhealth/checks.py b/manim/cli/checkhealth/checks.py index 0c80bda647..94c3b48741 100644 --- a/manim/cli/checkhealth/checks.py +++ b/manim/cli/checkhealth/checks.py @@ -4,7 +4,6 @@ from __future__ import annotations import os -import pathlib import shutil import subprocess from typing import Callable