Skip to content

Commit

Permalink
fix: Remove commented out imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Muniz committed Jan 20, 2022
1 parent ab951fc commit 74cc0dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion symmath/formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from sympy.printing.latex import LatexPrinter
from sympy.printing.str import StrPrinter

# from openedx.core.djangolib.markup import HTML
from markupsafe import Markup

log = logging.getLogger(__name__)
Expand Down
2 changes: 0 additions & 2 deletions symmath/symmath_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

from markupsafe import escape, Markup

# from openedx.core.djangolib.markup import HTML

from .formula import * # lint-amnesty, pylint: disable=wildcard-import

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 74cc0dc

Please sign in to comment.