diff options
Diffstat (limited to 'test/sca/perf_combine.py')
| -rw-r--r-- | test/sca/perf_combine.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sca/perf_combine.py b/test/sca/perf_combine.py index 8ac274c..07b201e 100644 --- a/test/sca/perf_combine.py +++ b/test/sca/perf_combine.py @@ -1,8 +1,7 @@ #!/usr/bin/env python import click - from importlib_resources import files, as_file -from test.utils import Profiler + import test.data.sca from pyecsca.sca import ( InspectorTraceSet, @@ -13,6 +12,7 @@ from pyecsca.sca import ( subtract, conditional_average, ) +from test.utils import Profiler @click.command() |
