1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-24 12:01:11 +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 6bda5f5717
commit 8f40460b2b
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