Skip to content

Commit

Permalink
Fix trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rcboufleur committed Dec 9, 2024
1 parent a5c1e66 commit 84f9295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/consdb/efd_transform/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __init__(
):
"""
Initialize Summary with a DataFrame of numeric and boolean values.
NaN/NA values are handled by dropping rows containing any missing
NaN/NA values are handled by dropping rows containing any missing
values.
"""
# Ensure the DataFrame index is a DatetimeIndex
Expand Down

0 comments on commit 84f9295

Please sign in to comment.