Skip to content

Commit 630c2ae

Browse files
Update pint_array.py
Remove unrelated comment about UFloats. Signed-off-by: Michael Tiemann <[email protected]>
1 parent 7a97fb7 commit 630c2ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pint_pandas/pint_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ def _from_sequence(cls, scalars, dtype=None, copy=False):
541541
(item.to(dtype.units).magnitude if hasattr(item, "to") else item)
542542
for item in scalars
543543
]
544-
# When creating empty arrays, make them large enoguh to hold UFloats in case we need to do so later
545544
return cls(scalars, dtype=dtype, copy=copy)
546545

547546
@classmethod

0 commit comments

Comments
 (0)