Skip to content

Commit 8866074

Browse files
authored
Apply black formatting
1 parent 2243e71 commit 8866074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

distributed/protocol/numpy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,3 @@ def deserialize_numpy_maskedarray(header, frames):
224224
fill_value = np.ma.default_fill_value(data.dtype)
225225

226226
return np.ma.masked_array(data, mask=mask, fill_value=fill_value)
227-

0 commit comments

Comments
 (0)