Skip to content

Commit f47f474

Browse files
Linting
1 parent ab06b77 commit f47f474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylossless/dash/tests/test_qcannotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
def test_EEGAnnotationList_serialization():
12-
"""JSON serialization for EEGAnnotationList fails. Test adding to dcc.Store"""
12+
"""JSON serialization for EEGAnnotationList fails. Test adding to dcc.Store."""
1313
fig = go.Figure()
1414
fig.add_trace(go.Bar(x=[1, 2, 3], y=[1, 2, 3]))
1515
layout = fig.layout

0 commit comments

Comments
 (0)