Skip to content

Commit 579e234

Browse files
committed
Formatting
1 parent 9fe22c1 commit 579e234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mathics/core/convert/python.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
Conversions between Python and Mathics3
44
"""
55

6-
import numpy
76
from typing import Any
87

8+
import numpy
9+
910
from mathics.core.atoms import Complex, Integer, NumericArray, Rational, Real, String
1011
from mathics.core.number import get_type
1112
from mathics.core.symbols import (

0 commit comments

Comments
 (0)