We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533e33e commit 18f5129Copy full SHA for 18f5129
signxml/algorithms.py
@@ -50,7 +50,7 @@ def _missing_(cls, value):
50
raise InvalidInput(f"Unrecognized {cls.__name__}: {value}")
51
52
def __repr__(self):
53
- return f"{self.__class__.__name__}.{self.name}"
+ return f"{self.__class__.__name__}.{self.name}" # type: ignore
54
55
56
class DigestAlgorithm(FragmentLookupMixin, InvalidInputErrorMixin, Enum):
0 commit comments