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

This commit is contained in:
hrushikesh.bhosale
2026-05-13 11:39:38 +05:30
parent 80d8beb0b7
commit 06be8a2b5a

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