Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiaqing committed Feb 23, 2023
1 parent 7f7790f commit 448c46f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controller/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ chip_python_wheel_action("chip-clusters") {
"chip/clusters/TestObjects.py",
"chip/clusters/Types.py",
"chip/tlv/__init__.py",
"chip/tlv/tlvlist.py",
"chip/tlv/list.py",
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/controller/python/chip/tlv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from collections.abc import Mapping, Sequence
from enum import Enum

from .tlvlist import TLVList
from .list import TLVList

TLV_TYPE_SIGNED_INTEGER = 0x00
TLV_TYPE_UNSIGNED_INTEGER = 0x04
Expand Down
File renamed without changes.

0 comments on commit 448c46f

Please sign in to comment.