Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion matter_plugin/certification-declaration-gen/MatterTLV.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#

import struct
from collections import Mapping, Sequence, OrderedDict
from collections import OrderedDict
from collections.abc import Mapping, Sequence


TLV_TYPE_SIGNED_INTEGER = 0x00
Expand Down
Loading