Skip to content

Commit a28f2a4

Browse files
committed
make black
1 parent 4734cda commit a28f2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_contourf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def plot():
2020
y_max = 2
2121
y_min = 0
2222

23-
xi, yi = np.mgrid[x_min:x_max:nbins * 1j, y_min:y_max:nbins * 1j]
23+
xi, yi = np.mgrid[x_min : x_max : nbins * 1j, y_min : y_max : nbins * 1j]
2424
pos = np.empty(xi.shape + (2,))
2525
pos[:, :, 0] = xi
2626
pos[:, :, 1] = yi

0 commit comments

Comments
 (0)