Skip to content

Commit 58aeb32

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

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import pytest
44

55

6-
76
def test_scatter():
87
iris = px.data.iris()
98
fig = px.scatter(iris, x="sepal_width", y="sepal_length")
@@ -238,5 +237,4 @@ def assert_orderings(days_order, days_check, times_order, times_check):
238237
def check_permissive_defaults():
239238
msg = "AttributeError: 'PxDefaults' object has no attribute 'should_not_work'"
240239
with pytest.raises(AttributeError, match=msg):
241-
px.defaults.should_not_work = "test"
242-
240+
px.defaults.should_not_work = "test"

0 commit comments

Comments
 (0)