mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-03 03:36:34 +03:00
ci(pre-commit): use typing.Callable for Python 3.8 compatibility on release/v5.4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user