Skip to content

Commit

Permalink
remove ciclyc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Aug 3, 2024
1 parent 3db0528 commit 11eea5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathics/core/expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
attribute_string_to_number,
)
from mathics.core.convert.python import from_python
from mathics.core.convert.sympy import SympyExpression, sympy_symbol_prefix

# from mathics.core.convert.sympy import SympyExpression, sympy_symbol_prefix
from mathics.core.element import (
BaseElement,
ElementsProperties,
Expand All @@ -36,7 +37,6 @@
from mathics.core.structure import LinkedStructure
from mathics.core.symbols import (
Atom,
BaseElement,
Monomial,
NumericOperators,
Symbol,
Expand Down

0 comments on commit 11eea5c

Please sign in to comment.