Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed May 11, 2021
1 parent b8d7774 commit a33826d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

0 comments on commit a33826d

Please sign in to comment.