Skip to content

Commit 249440b

Browse files
black
1 parent 398f794 commit 249440b

File tree

1 file changed

+0
-1
lines changed
  • packages/python/plotly/plotly/tests/test_core/test_px

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,3 @@ def assert_orderings(days_order, days_check, times_order, times_check):
232232
for days in permutations(df["day"].unique()):
233233
for times in permutations(df["time"].unique()):
234234
assert_orderings(days, days, times, times)
235-

0 commit comments

Comments
 (0)