fix: shorten docstring to pass E501 line length check

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2026-04-22 00:16:58 +00:00
parent e7491e08e7
commit df1fa613f5

View File

@@ -247,7 +247,7 @@ def test_join_offset_dfs_totals_query_no_dimensions():
def test_join_offset_dfs_raises_without_time_grain():
"""Time comparison with relative offsets requires a time grain when join key is temporal."""
"""Time comparison with relative offsets requires a time grain."""
df = DataFrame({"ds": [Timestamp("2021-01-01")], "D": [1]})
offset_df = DataFrame({"ds": [Timestamp("2021-02-01")], "B": [5]})
offset_dfs = {"1 year ago": offset_df}