aboutsummaryrefslogtreecommitdiff
path: root/test/sca/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sca/conftest.py')
-rw-r--r--test/sca/conftest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/sca/conftest.py b/test/sca/conftest.py
index a7a21d6..4d312a3 100644
--- a/test/sca/conftest.py
+++ b/test/sca/conftest.py
@@ -1,10 +1,9 @@
from typing import Dict
+import matplotlib.pyplot as plt
import pytest
from importlib_resources import files, as_file
-import matplotlib.pyplot as plt
-
from pyecsca.sca import Trace
cases: Dict[str, int] = {}