diff options
Diffstat (limited to 'test/sca/test_plot.py')
| -rw-r--r-- | test/sca/test_plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/test_plot.py b/test/sca/test_plot.py index 78e1098..6ec201c 100644 --- a/test/sca/test_plot.py +++ b/test/sca/test_plot.py @@ -1,6 +1,6 @@ -import numpy as np import holoviews as hv import matplotlib as mpl +import numpy as np import pytest from pyecsca.sca.trace import Trace |
