Skip to content

Commit c09f01e

Browse files
committed
Python linter
1 parent 62f75c4 commit c09f01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_TSTAT_4_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ async def test_TC_TSTAT_4_2(self):
196196
self.step("1")
197197
# Commission DUT - already done
198198

199-
logger.info(f"Commissioning under second controller")
199+
logger.info("Commissioning under second controller")
200200
params = await self.default_controller.OpenCommissioningWindow(
201201
nodeid=self.dut_node_id, timeout=600, iteration=10000, discriminator=1234, option=1)
202202

0 commit comments

Comments
 (0)