1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-25 12:41:56 +03:00

generate_test_keys: fix mypy issue for imported path

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti
2024-04-15 15:09:10 +02:00
parent 7affeef725
commit 2b0242b6fc
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,6 @@ $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
echo
echo 'Running mypy ...'
export MYPYPATH="../../scripts"
$PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
ret=1