Keep the imported classes sorted

Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
gabor-mezei-arm 2021-06-29 11:17:14 +02:00
parent 335e55647e
commit 6f7282b09a
No known key found for this signature in database
GPG key ID: 106F5A41ECC305BD

View file

@ -19,7 +19,7 @@ This module is entirely based on the PSA API.
# limitations under the License.
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