Skip to content

Commit 2b2d548

Browse files
committed
Formatting
1 parent b3520d9 commit 2b2d548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics/eval/drawing/plot3d_vectorized.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def eval_Plot3D(
5050
zs = np.real(zs)
5151

5252
# if it's a constant, make it a full array
53-
if isinstance(zs, (float,int,complex)):
53+
if isinstance(zs, (float, int, complex)):
5454
zs = np.full(xs.shape, zs)
5555

5656
with Timer("stack"):

0 commit comments

Comments
 (0)