mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-25 11:12:16 +00:00
Keep the imported classes sorted
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
7b302089b1
commit
7e0d724d40
|
@ -19,7 +19,7 @@ This module is entirely based on the PSA API.
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import re
|
import re
|
||||||
from typing import Iterable, Optional, Tuple, Dict
|
from typing import Dict, Iterable, Optional, Tuple
|
||||||
|
|
||||||
from mbedtls_dev.asymmetric_key_data import ASYMMETRIC_KEY_DATA
|
from mbedtls_dev.asymmetric_key_data import ASYMMETRIC_KEY_DATA
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue