From 97419af49cdd881c82df4607d93e9243f366cb9f Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:42:19 -0600 Subject: [PATCH] chore(curriculum): remove unused meta (#57547) --- .../learn-inheritance-by-building-an-equation-solver/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/learn/scientific-computing-with-python/learn-inheritance-by-building-an-equation-solver/index.md b/client/src/pages/learn/scientific-computing-with-python/learn-inheritance-by-building-an-equation-solver/index.md index c3fe8c0fe94..805ca3d6d25 100644 --- a/client/src/pages/learn/scientific-computing-with-python/learn-inheritance-by-building-an-equation-solver/index.md +++ b/client/src/pages/learn/scientific-computing-with-python/learn-inheritance-by-building-an-equation-solver/index.md @@ -2,7 +2,6 @@ title: Introduction to the Learn Interfaces by Building an Equation Solver block: learn-interfaces-by-building-an-equation-solver superBlock: scientific-computing-with-python -isBeta: true --- ## Introduction to the Learn Interfaces by Building an Equation Solver