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

This commit is contained in:
hrushikesh.bhosale
2026-05-13 11:39:25 +05:30
parent 59a43ed4f7
commit efa7ad42be

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