Update codespell to 2.1.0 (#64661)

This commit is contained in:
Franck Nijhof 2022-01-21 22:05:24 +01:00 committed by GitHub
parent a26f008b6e
commit 7a2b699371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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