mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-03 20:54:00 +00:00
e6d0ac26ca
Since no typing stubs are available for mbed_host_tests.py, mypy errors out on mbedtls_test.py with error: Skipping analyzing 'mbed_host_tests': found module but no type hints or library stubs Ignore this import to get at least some benefit from mypy without spending significant effort to write stubs. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>