mirror of https://github.com/ARMmbed/mbed-os.git
Remove unused Python imports
parent
2305a8c7e4
commit
7744587dc6
|
@ -1,6 +1,6 @@
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from os.path import join, exists, realpath, relpath, basename
|
from os.path import join, exists
|
||||||
from os import makedirs
|
from os import makedirs
|
||||||
|
|
||||||
from tools.export.makefile import Makefile, GccArm, Armc5, IAR
|
from tools.export.makefile import Makefile, GccArm, Armc5, IAR
|
||||||
|
|
Loading…
Reference in New Issue