From 9bbbed3a83ab205d114f760157afb41d9bb6c93a Mon Sep 17 00:00:00 2001 From: YishiMichael Date: Wed, 30 Mar 2022 22:04:10 +0800 Subject: [PATCH] Remove comment --- manimlib/mobject/svg/labelled_string.py | 1 - 1 file changed, 1 deletion(-) diff --git a/manimlib/mobject/svg/labelled_string.py b/manimlib/mobject/svg/labelled_string.py index 55909dc6..144f239c 100644 --- a/manimlib/mobject/svg/labelled_string.py +++ b/manimlib/mobject/svg/labelled_string.py @@ -3,7 +3,6 @@ from __future__ import annotations import re import colour import itertools as it -#from types import MethodType from typing import Iterable, Union, Sequence from abc import abstractmethod