Skip to content

Commit bf7f6de

Browse files
committed
code formatting
1 parent d5bce9a commit bf7f6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_subplots/test_make_subplots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def test_specs_rounding_rounds_down(self):
672672
self.assertTrue(
673673
all(
674674
fig.layout[f"yaxis{i if i > 1 else ''}"]["domain"][0] <= 1.0
675-
for i in range(1, n_subplots+1)
675+
for i in range(1, n_subplots + 1)
676676
)
677677
)
678678

0 commit comments

Comments
 (0)