Skip to content

Commit b6ab4fe

Browse files
committed
ruff
1 parent fd71c0b commit b6ab4fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,4 @@ def check_evaluation(
119119
print(" and ")
120120
print(f"expected=<<{msg}>>")
121121
assert False, " do not match."
122+

test/test_plot_detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
pyodide = None # noqa
8787

8888

89-
from test.helper import session, check_evaluation
89+
from test.helper import session
9090

9191
from mathics.builtin.drawing import plot
9292
from mathics.core.expression import Expression

0 commit comments

Comments
 (0)