diff options
Diffstat (limited to 'pyecsca/ec/mod')
| -rw-r--r-- | pyecsca/ec/mod/flint.py | 2 | ||||
| -rw-r--r-- | pyecsca/ec/mod/gmp.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pyecsca/ec/mod/flint.py b/pyecsca/ec/mod/flint.py index becfeea..52a12a2 100644 --- a/pyecsca/ec/mod/flint.py +++ b/pyecsca/ec/mod/flint.py @@ -1,5 +1,5 @@ import warnings -from functools import lru_cache, wraps, partial +from functools import lru_cache, wraps from typing import Union from public import public diff --git a/pyecsca/ec/mod/gmp.py b/pyecsca/ec/mod/gmp.py index 268a752..ff205bf 100644 --- a/pyecsca/ec/mod/gmp.py +++ b/pyecsca/ec/mod/gmp.py @@ -1,4 +1,4 @@ -from functools import lru_cache, wraps, partial +from functools import lru_cache, wraps from typing import Union from public import public |
