Keep the imported classes sorted
Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
This commit is contained in:
parent
335e55647e
commit
6f7282b09a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue