Sort imports
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
0c29963265
commit
990030bce0
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@ trailing whitespace, and presence of UTF-8 BOM.
|
|||
Note: requires python 3, must be run from Mbed TLS root.
|
||||
"""
|
||||
|
||||
import os
|
||||
import argparse
|
||||
import logging
|
||||
import codecs
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
import subprocess
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue