Skip to content

Commit 1830fbd

Browse files
author
mmatera
committed
black
1 parent 3285f7d commit 1830fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mathics/core/convert/function.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def expression_to_python_function(
8181
args: a list of CompileArg elements
8282
evaluation: an Evaluation object used if the llvm compilation fails
8383
"""
84+
8485
def _pythonized_mathics_expr(*x):
8586
inner_evaluation = Evaluation(definitions=evaluation.definitions)
8687
x_mathics = (from_python(u) for u in x[: len(args)])

0 commit comments

Comments
 (0)