aboutsummaryrefslogtreecommitdiff
path: root/test/ec/utils.py
diff options
context:
space:
mode:
authorJ08nY2025-03-12 19:01:43 +0100
committerJ08nY2025-03-12 19:01:43 +0100
commit345d5883e5e75ed02282107127a8e65b67435247 (patch)
treed8a0e02575283412d19a46dba426a90f88e4e584 /test/ec/utils.py
parente4c50355c50934e508d9b6d4a957be17d12d8b25 (diff)
downloadpyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.gz
pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.zst
pyecsca-345d5883e5e75ed02282107127a8e65b67435247.zip
Diffstat (limited to 'test/ec/utils.py')
-rw-r--r--test/ec/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/utils.py b/test/ec/utils.py
index 1f32033..03c8700 100644
--- a/test/ec/utils.py
+++ b/test/ec/utils.py
@@ -1,5 +1,5 @@
-from itertools import product
from functools import reduce
+from itertools import product
def cartesian(*items):