Skip to content

Commit a33826d

Browse files
black
1 parent b8d7774 commit a33826d

File tree

1 file changed

+1
-2
lines changed
  • packages/python/plotly/plotly/tests/test_core/test_colors

1 file changed

+1
-2
lines changed

Diff for: packages/python/plotly/plotly/tests/test_core/test_colors/test_colors.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,5 @@ def test_sample_colorscale(self):
209209
self.assertEqual(expected_output, output)
210210

211211
self.assertEqual(
212-
colors.sample_colorscale("TuRbId_r", 12),
213-
colors.sequential.turbid_r,
212+
colors.sample_colorscale("TuRbId_r", 12), colors.sequential.turbid_r,
214213
)

0 commit comments

Comments
 (0)