1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Update references to mbedtls_dev

Change these to point to the new mbedtls_framework module in the
framework submodule.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2024-05-03 14:36:12 +01:00
parent 1131318b72
commit cd84bb287b
21 changed files with 76 additions and 76 deletions

View File

@@ -14,7 +14,7 @@ import tempfile
import typing
from typing import List, Optional
from mbedtls_dev import typing_util
from mbedtls_framework import typing_util
def pylint_doesn_t_notice_that_certain_types_are_used_in_annotations(
_list: List[typing.Any],