diff --git a/apps/code/script_template.cpp b/apps/code/script_template.cpp index b6e3b72ea..c5bde929e 100644 --- a/apps/code/script_template.cpp +++ b/apps/code/script_template.cpp @@ -3,7 +3,6 @@ namespace Code { constexpr ScriptTemplate emptyScriptTemplate(".py", "\x01" R"(from math import * -from mathsup import * )");