Skip to content

Commit

Permalink
restyle and linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Aug 5, 2024
1 parent a545220 commit ef3b319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python_testing/TC_ICDM_3_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# limitations under the License.
#
import logging
import os
import time
from dataclasses import dataclass

Expand Down Expand Up @@ -220,7 +219,7 @@ async def test_TC_ICDM_3_2(self):
# Reboot
self.step("2c")
if not is_ci:
self.wait_for_user_input(prompt_msg=f"Restart DUT. Press Enter when restart has been initiated.")
self.wait_for_user_input(prompt_msg="Restart DUT. Press Enter when restart has been initiated.")

self.step("2d")
if not is_ci:
Expand Down

0 comments on commit ef3b319

Please sign in to comment.