From 192a0e53170d0c01347e78c282ab7c3923553093 Mon Sep 17 00:00:00 2001 From: Li-Xiang-Ideal <54926635+Li-Xiang-Ideal@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:18:04 +0800 Subject: [PATCH] Remove test --- mathics/eval/testing_expressions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mathics/eval/testing_expressions.py b/mathics/eval/testing_expressions.py index 35cc13dd2..2bd751944 100644 --- a/mathics/eval/testing_expressions.py +++ b/mathics/eval/testing_expressions.py @@ -162,5 +162,3 @@ def check_SparseArrayQ(expr, pattern, test, evaluation: Evaluation): return SymbolFalse return SymbolTrue - -# something strange happened to my Git. Try to figure out what it was. This has nothing to do with the code above. \ No newline at end of file