Skip to content

Commit cc3fd8b

Browse files
committed
style: Fix code formatting
1 parent 0b37698 commit cc3fd8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_core/test_raw_mode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,3 @@ def test_add_scatter_produces_raw_trace(self):
267267
fig.add_scatter(x=[1, 2], y=[3, 4])
268268
assert len(fig._data) == 1
269269
assert isinstance(fig._data[0], dict)
270-

0 commit comments

Comments
 (0)