mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-25 14:36:36 +03:00
ci(pre-commit): apply ruff-format and ruff autofix on release/v5.5
This commit is contained in:
committed by
Hrushikesh Bhosale
parent
3143a3a343
commit
c8684960af
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user