This commit is contained in:
Grant Sanderson 2024-03-07 08:40:10 -03:00
parent 2e9c89502d
commit a5f2ac689f

View file

@ -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,