Skip to content

Commit 756f09b

Browse files
author
Joseph Damiba
committed
formatting
1 parent 58aeb32 commit 756f09b

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@ def assert_orderings(days_order, days_check, times_order, times_check):
234234
for times in permutations(df["time"].unique()):
235235
assert_orderings(days, days, times, times)
236236

237+
237238
def check_permissive_defaults():
238239
msg = "AttributeError: 'PxDefaults' object has no attribute 'should_not_work'"
239240
with pytest.raises(AttributeError, match=msg):
240-
px.defaults.should_not_work = "test"
241+
px.defaults.should_not_work = "test"

0 commit comments

Comments
 (0)