ci(pre-commit): use typing.Callable for Python 3.8 compatibility on release/v5.4

This commit is contained in:
hrushikesh.bhosale
2026-05-13 11:39:32 +05:30
parent 2baecc286c
commit a4e11fb3ae

View File

@@ -8,7 +8,7 @@ import ssl
import subprocess
import tempfile
import time
from collections.abc import Callable
from typing import Callable
import esptool
import pexpect