diff options
| author | J08nY | 2025-03-12 19:01:43 +0100 |
|---|---|---|
| committer | J08nY | 2025-03-12 19:01:43 +0100 |
| commit | 345d5883e5e75ed02282107127a8e65b67435247 (patch) | |
| tree | d8a0e02575283412d19a46dba426a90f88e4e584 /test/ec/utils.py | |
| parent | e4c50355c50934e508d9b6d4a957be17d12d8b25 (diff) | |
| download | pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.gz pyecsca-345d5883e5e75ed02282107127a8e65b67435247.tar.zst pyecsca-345d5883e5e75ed02282107127a8e65b67435247.zip | |
Diffstat (limited to 'test/ec/utils.py')
| -rw-r--r-- | test/ec/utils.py | 2 |
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): |
