Skip to content

Commit

Permalink
Ran black (minor change)
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Sep 29, 2023
1 parent 0432aeb commit 6d3d8f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event_model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2222,12 +2222,12 @@ def __call__(
timestamps_length = length_of_value(
timestamps,
"Cannot compose event_page: event_page contains `timestamps` "
"list values of different lengths"
"list values of different lengths",
)
data_length = length_of_value(
data,
"Cannot compose event_page: event_page contains `data` "
"lists of different lengths"
"lists of different lengths",
)
assert timestamps_length == data_length, (
"Cannot compose event_page: the lists in `timestamps` are of a different "
Expand Down

0 comments on commit 6d3d8f2

Please sign in to comment.