aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/ec/op.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/ec/op.py')
-rw-r--r--pyecsca/ec/op.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyecsca/ec/op.py b/pyecsca/ec/op.py
index bdfe553..406bd1f 100644
--- a/pyecsca/ec/op.py
+++ b/pyecsca/ec/op.py
@@ -45,7 +45,7 @@ class OpType(Enum):
@public
-class CodeOp(object):
+class CodeOp:
"""Operation that can be executed."""
result: str