Skip to content

Commit ad9bf1b

Browse files
restyled-commitsHarshith-GRL
authored andcommitted
Restyled by autopep8
1 parent 7ab7636 commit ad9bf1b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/python_testing/TC_RVCCLEANM_2_2.py

+2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@
3434
from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main, type_matches
3535
from mobly import asserts
3636

37+
3738
class RvcStatusEnum(enum.IntEnum):
3839
# TODO remove this class once InvalidInMode response code is implemented in python SDK
3940
Success = 0x0
4041
UnsupportedMode = 0x1
4142
GenericFailure = 0x2
4243
InvalidInMode = 0x3
4344

45+
4446
class TC_RVCCLEANM_2_2(MatterBaseTest):
4547

4648
def __init__(self, *args):

src/python_testing/TC_RVCRUNM_2_2.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# Run the test with
3939
# --int-arg PIXIT.RVCRUNM.MODE_A:<mode id> PIXIT.RVCRUNM.MODE_B:<mode id>
4040

41+
4142
class RvcStatusEnum(enum.IntEnum):
4243
# TODO remove this class once InvalidInMode response code is implemented in python SDK
4344
Success = 0x0

0 commit comments

Comments
 (0)