mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8562 from naveenkaje/fix_build_api_import
build_api: remove unused importpull/8572/head
commit
ec362c5c1d
|
|
@ -17,7 +17,6 @@ limitations under the License.
|
||||||
from __future__ import print_function, division, absolute_import
|
from __future__ import print_function, division, absolute_import
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import tempfile
|
|
||||||
import datetime
|
import datetime
|
||||||
import uuid
|
import uuid
|
||||||
import struct
|
import struct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue