Skip to content

Commit 2243e71

Browse files
authored
Update numpy.py
1 parent e154cdf commit 2243e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/protocol/numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def deserialize_numpy_maskedarray(header, frames):
216216
if pickled_fv:
217217
fill_value = pickle.loads(fill_value)
218218

219-
# Ensure fill_value is compatible with dtype
219+
# Ensure fill_value is compatible with dtype
220220
if fill_value is not None:
221221
try:
222222
fill_value = np.array(fill_value, dtype=data.dtype).item()

0 commit comments

Comments
 (0)