Skip to content

Commit 986fe93

Browse files
committed
🙈 fix formatting
1 parent aa64377 commit 986fe93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_figurewidget_resampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ def check_data(fwr: FigureWidgetResampler, min_v=0, max_v=nb_datapoints - 1):
20792079
# Now the f_pr contains the data of the selected xrange (downsampled to 500 samples)
20802080
# Since https://github.com/predict-idlab/plotly-resampler/pull/343
20812081
# the data range is left-right expanded with 1 sample
2082-
check_data(f_pr, min_v=100 -1, max_v=1_000)
2082+
check_data(f_pr, min_v=100 - 1, max_v=1_000)
20832083

20842084

20852085
def test_fwr_update_layout_axes_range_no_update():

0 commit comments

Comments
 (0)