From 805236337e90cbacc5bec0aa7f94c72981fd646e Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 21 Dec 2022 12:52:32 -0800 Subject: [PATCH] Remove stray import --- manimlib/utils/tex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manimlib/utils/tex.py b/manimlib/utils/tex.py index cbabc2ec..b8d45b42 100644 --- a/manimlib/utils/tex.py +++ b/manimlib/utils/tex.py @@ -1,6 +1,5 @@ from __future__ import annotations -import os import re from functools import lru_cache