Skip to content

Commit f5321a5

Browse files
committed
Formatting
1 parent 94af988 commit f5321a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mathics/core/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from platform import python_implementation
1010
from typing import Optional
1111

12-
from mathics.core.atoms import NumericArray, MachineReal
12+
from mathics.core.atoms import MachineReal, NumericArray
1313
from mathics.core.symbols import Symbol
1414

1515
IS_PYPY = python_implementation() == "PyPy"

test/builtin/drawing/test_plot_detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ def run_tests():
178178
except AssertionError:
179179
print("FAIL")
180180

181-
#make_ref_files()
181+
# make_ref_files()
182182
run_tests()

0 commit comments

Comments
 (0)