ci(pre-commit): apply ruff-format and ruff autofix on release/v5.5

This commit is contained in:
hrushikesh.bhosale
2026-05-13 13:55:35 +05:30
committed by Hrushikesh Bhosale
parent 3143a3a343
commit c8684960af

View File

@@ -6,9 +6,9 @@ import multiprocessing
import os
import socket
import ssl
import time
import tempfile
import subprocess
import tempfile
import time
from typing import Callable
import esptool
@@ -63,7 +63,6 @@ def start_https_server(server_file: str, key_file: str, server_ip: str, server_p
httpd.serve_forever()
def write_time_to_nvs(dut: Dut) -> None:
"""Write current host timestamp to the DUT's NVS partition.