From 6fea9d1f2645adf15db07e0af22d21171effaee6 Mon Sep 17 00:00:00 2001 From: J08nY Date: Tue, 29 Jul 2025 10:09:11 +0200 Subject: Fix mypy. --- pyecsca/ec/op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyecsca/ec/op.py b/pyecsca/ec/op.py index 5f03b50..f056bd8 100644 --- a/pyecsca/ec/op.py +++ b/pyecsca/ec/op.py @@ -102,7 +102,7 @@ class CodeOp: self.operator = self.__to_op(op, self.left, self.right) self.parameters = frozenset(params) self.variables = frozenset(variables) - self.constants = frozenset(constants) + self.constants = frozenset(constants) # noqa: known issue self.compiled = compile(self.code, "", mode="exec") def __to_name(self, node): -- cgit v1.2.3-70-g09d2