Skip to content

Commit

Permalink
Update list_oriented.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Xiang-Ideal authored Dec 14, 2023
1 parent bc36325 commit 41a885b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathics/builtin/testing_expressions/list_oriented.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
from mathics.core.exceptions import InvalidLevelspecError
from mathics.core.expression import Expression
from mathics.core.symbols import Atom, SymbolFalse, SymbolTrue
from mathics.core.systemsymbols import SymbolSubsetQ # , SymbolSparseArray
from mathics.core.systemsymbols import SymbolSparseArray, SymbolSubsetQ
from mathics.eval.parts import python_levelspec
from mathics.eval.testing_expressions import check_ArrayQ # , check_SparseArrayQ
from mathics.eval.testing_expressions import check_ArrayQ, check_SparseArrayQ


class ArrayQ(Builtin):
Expand Down

0 comments on commit 41a885b

Please sign in to comment.