Skip to content

Commit

Permalink
lint with black
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHepworth committed Sep 14, 2023
1 parent 6b75673 commit 94b954c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_datediff_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ def test_datediff_levels(test_helpers, dialect):
"comparisons": [
exact_match_fn,
cl.datediff_at_thresholds(
"dob", [30, 12, 5, 100],
"dob",
[30, 12, 5, 100],
["day", "month", "year", "year"],
cast_strings_to_date=True
cast_strings_to_date=True,
),
],
}
Expand Down

0 comments on commit 94b954c

Please sign in to comment.