Skip to content

Commit d10727e

Browse files
restyled-commitsj-ororke
authored andcommitted
Restyled by autopep8
1 parent dc88770 commit d10727e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/controller/python/matter/ChipDeviceCtrl.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,8 +1635,10 @@ def _prepare_write_attribute_requests(
16351635

16361636
async def TestOnlyWriteAttributeWithMismatchedTimedRequestField(self, nodeid: int,
16371637
attributes: typing.List[typing.Union[
1638-
typing.Tuple[int, ClusterObjects.ClusterAttributeDescriptor],
1639-
typing.Tuple[int, ClusterObjects.ClusterAttributeDescriptor, int]
1638+
typing.Tuple[int,
1639+
ClusterObjects.ClusterAttributeDescriptor],
1640+
typing.Tuple[int,
1641+
ClusterObjects.ClusterAttributeDescriptor, int]
16401642
]],
16411643
timedRequestTimeoutMs: int,
16421644
timedRequestFieldValue: bool,

0 commit comments

Comments
 (0)