From a5f2ac689ffe05ac3c99a33de811967e0bb04cc4 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 7 Mar 2024 08:40:10 -0300 Subject: [PATCH] Spacing --- manimlib/mobject/matrix.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/manimlib/mobject/matrix.py b/manimlib/mobject/matrix.py index 3e12c586..9b93381c 100644 --- a/manimlib/mobject/matrix.py +++ b/manimlib/mobject/matrix.py @@ -246,7 +246,6 @@ class IntegerMatrix(DecimalMatrix): super().__init__(matrix, num_decimal_places, decimal_config, **config) - class TexMatrix(Matrix): def __init__( self, @@ -261,7 +260,6 @@ class TexMatrix(Matrix): ) - class MobjectMatrix(Matrix): def __init__( self,