forked from platformio/platformio-core
Remove unused imports
This commit is contained in:
@ -18,7 +18,7 @@ import atexit
|
|||||||
import re
|
import re
|
||||||
from glob import glob
|
from glob import glob
|
||||||
from os import environ, listdir, remove
|
from os import environ, listdir, remove
|
||||||
from os.path import basename, isdir, isfile, join
|
from os.path import isdir, isfile, join
|
||||||
|
|
||||||
from platformio.util import exec_command, where_is_program
|
from platformio.util import exec_command, where_is_program
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user