We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab06b77 commit f47f474Copy full SHA for f47f474
pylossless/dash/tests/test_qcannotations.py
@@ -9,7 +9,7 @@
9
10
11
def test_EEGAnnotationList_serialization():
12
- """JSON serialization for EEGAnnotationList fails. Test adding to dcc.Store"""
+ """JSON serialization for EEGAnnotationList fails. Test adding to dcc.Store."""
13
fig = go.Figure()
14
fig.add_trace(go.Bar(x=[1, 2, 3], y=[1, 2, 3]))
15
layout = fig.layout
0 commit comments