Skip to content

Commit 138a3a8

Browse files
restyle and linter fix
1 parent d92d9d3 commit 138a3a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/python_testing/TC_ICDM_3_2.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# limitations under the License.
1717
#
1818
import logging
19-
import os
2019
import time
2120
from dataclasses import dataclass
2221

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

225224
self.step("2d")
226225
if not is_ci:

0 commit comments

Comments
 (0)