Skip to content

Commit ab06b77

Browse files
Linitng
1 parent 470c9fb commit ab06b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pylossless/dash/tests/test_mne_visualizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
"""Tests for topo_viz.py."""
66

7-
import pytest
87
import mne
98
from pylossless.dash.mne_visualizer import MNEVisualizer
109

pylossless/dash/tests/test_qcannotations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Authors: Christian O'Reilly <[email protected]>
22
# License: MIT
33

4-
import json
4+
#import json
55
import plotly.graph_objects as go
66
from dash import dcc
77

88
from ..qcannotations import EEGAnnotationList, EEGAnnotation
99

1010

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

0 commit comments

Comments
 (0)