Skip to content

Commit e16fbf5

Browse files
committed
🙈 fix linting
1 parent 024d790 commit e16fbf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly_resampler/aggregation/plotly_aggregator_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def aggregate(
190190
agg_x = (
191191
start_idx
192192
+ hf_trace_data["x"].start
193-
+ indices.astype(hf_trace_data['x'].dtype) * hf_trace_data["x"].step
193+
+ indices.astype(hf_trace_data["x"].dtype) * hf_trace_data["x"].step
194194
)
195195
else:
196196
agg_x = hf_x[indices]

0 commit comments

Comments
 (0)