diff --git a/packages/python/plotly/plotly/tests/test_core/test_colors/test_colors.py b/packages/python/plotly/plotly/tests/test_core/test_colors/test_colors.py index 5e432665a2..1842231549 100644 --- a/packages/python/plotly/plotly/tests/test_core/test_colors/test_colors.py +++ b/packages/python/plotly/plotly/tests/test_core/test_colors/test_colors.py @@ -209,6 +209,5 @@ def test_sample_colorscale(self): self.assertEqual(expected_output, output) self.assertEqual( - colors.sample_colorscale("TuRbId_r", 12), - colors.sequential.turbid_r, + colors.sample_colorscale("TuRbId_r", 12), colors.sequential.turbid_r, )