Update codespell to 2.1.0 (#64661)
This commit is contained in:
parent
a26f008b6e
commit
7a2b699371
4 changed files with 4 additions and 4 deletions
|
@ -1057,7 +1057,7 @@ def _statistics_at_time(
|
|||
table: type[Statistics | StatisticsShortTerm],
|
||||
start_time: datetime,
|
||||
) -> list | None:
|
||||
"""Return last known statics, earlier than start_time, for the metadata_ids."""
|
||||
"""Return last known statistics, earlier than start_time, for the metadata_ids."""
|
||||
# Fetch metadata for the given (or all) statistic_ids
|
||||
if table == StatisticsShortTerm:
|
||||
base_query = QUERY_STATISTICS_SHORT_TERM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue