Skip to content

Commit 7d360a9

Browse files
committed
black
1 parent 04bb9f6 commit 7d360a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/helper.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
import time
33
from typing import Optional
44

5-
6-
from mathics.core.symbols import Symbol
75
from mathics.core.load_builtin import import_and_load_builtins
6+
from mathics.core.symbols import Symbol
87
from mathics.session import MathicsSession
98

109
import_and_load_builtins()
@@ -119,4 +118,3 @@ def check_evaluation(
119118
print(" and ")
120119
print(f"expected=<<{msg}>>")
121120
assert False, " do not match."
122-

0 commit comments

Comments
 (0)