We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
__eq__
1 parent 5a90af0 commit adf3020Copy full SHA for adf3020
1 file changed
python-ecosys/cbor2/cbor2/_decoder.py
@@ -34,7 +34,7 @@ class CBORDecodeError(Exception):
34
break_marker = object()
35
36
37
-class CBORSimpleValue(object):
+class CBORSimpleValue(object): # noqa: PLW1641
38
"""
39
Represents a CBOR "simple value".
40
:param int value: the value (0-255)
0 commit comments