Skip to content
Snippets Groups Projects
Commit 8511eacc authored by Matt Wala's avatar Matt Wala
Browse files

flake8 fix

parent dc9083d6
No related branches found
No related tags found
No related merge requests found
......@@ -581,7 +581,6 @@ class LaTeXMapper(StringifyMapper):
self.rec(expr.numerator, PREC_PRODUCT, *args, **kwargs),
self.rec(expr.denominator, PREC_POWER, *args, **kwargs)),
def map_left_shift(self, expr, enclosing_prec, *args, **kwargs):
return self.parenthesize_if_needed(
self.format(r"%s \ll %s",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment